From: David S. <ds...@us...> - 2007-05-08 13:52:00
|
Update of /cvsroot/junit/junit/doc/cookbook In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22551/doc/cookbook Modified Files: cookbook.htm Log Message: Updated the section heading Index: cookbook.htm =================================================================== RCS file: /cvsroot/junit/junit/doc/cookbook/cookbook.htm,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- cookbook.htm 30 May 2006 20:39:16 -0000 1.8 +++ cookbook.htm 8 May 2007 13:51:57 -0000 1.9 @@ -96,8 +96,7 @@ }</tt></pre> Once you have the Fixture in place, you can write as many Test Cases as you'd like. Add as many test methods (annotated with @Test) as you'd like. -<h2> -TestRunner</h2> +<h2>Running Tests</h2> How do you run your tests and collect their results? <p>Once you have tests, you'll want to run them. JUnit provides tools to define the suite to be run and to display its results. To run tests and see the |