Posts by CleversonMachado • 11 points
2 posts
- 
		1 votes2 answers273 viewsA: Abstract unit testsFollowing 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 testsI 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…