Posts by CleversonMachado • 11 points
2 posts
-
1
votes2
answers273
viewsA: Abstract unit tests
Following the suggestion of the Gypsy follows the code: namespace meusTestes { using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; public…
-
0
votes2
answers273
viewsQ: Abstract unit tests
I am having a problem using abstract classes to keep the common code of my tests, shutdown boot etc... I use a concrete class only to initialize the variables. The code inherited from the abstract…