2 posts tagged with UnitTesting. (View popular tags)
Displaying 1 through 2 of 2. Subscribe: Posts tagged with UnitTesting

Code Coverage tools for JSP? Anybody know of any good ones? Would like to be able to evaluate the JSP code directly and not the java generated by the JSP engine.
posted by evilelf on Jan 14, 2005 - 0 answers

A C# question: I'm starting a new project at work, and we're going to be fully commenting each class/method/whatever, as well as write extensive unit tests (using NUnit). I very much like how the compiler generates warnings for uncommented methods, but it also warns me about my uncommented unit tests. Is there a way to disable these warnings for my unit tests? [more inside]
posted by Khalad on Sep 26, 2004 - 10 answers