Open main menu

CDOT Wiki β

Changes

Unit Testing

319 bytes added, 10:26, 10 December 2006
Run the tests
[[image:extension06.png|600px]] <br />
 
Notice: The framework runs the setUp() first, which we can see the highlighting in the screen shot.
 
[[image:extension06-1.png|600px]] <br />
 
Notice: The framework runs the tearDown() when all the test cases are finished, which we can see the highlighting in the screen shot.
 
[[image:extension06-2.png|600px]] <br />
Unfortunately, the test windows cannot be displayed, because it hasn't been developed.
[[image:extension07.png|600px]] <br />
 
=== What have done ===
1
edit