I have this simple test: protected readonly ILog logger = LogManager.GetLogger(MethodBase.GetCurrentMethod().ReflectedType);
Im running the nunit-console program to test some assemblies after the build script is run. The TestResult.xml is then copied to a static web server.
Of course there is an option to turn it off (by default it is on.) However I like to be able to make incremental changes to the DLL while a copy of NUnit GUI is up.
Does anyone have any suggestions for a good tool, xslt or other that can produce an HTML report from the XML output of NUnit?
Is it possible to get the values for a TestCaseAttribute from an external data source such as an Excel Spreadsheet, CSV file or Database? i.e. Have a .csv file with 1 row of data per test case and pas
I have 2 questions about functionality of nunit. What is the difference between [TestFixtureSet开发者_JS百科Up] and [SetUp] attributes ?
More than a question, per se, this is an attempt to compare notes with other people. I wrote a generic History class that emulates
I want to test one method that has a high cyclomatic 开发者_C百科complexity (sigh) and I would like to have a class within test class so that a method test class appears as a node in the tree. Is it p
I have written a NUnit test in Visual Web Developer 2008 Express. But when I run the test, it doesn\'t pause at the breakpoint I had set. It just keeps on running but at the breakpoint, I need a step-
I\'m Writing a simple pong game in C# and XNA 4.0 to learn unit testing. The tools used are TestDriven.NET and NUnit, all newest versions. The problem is, if I test the code with VS2010 internal debug