Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I’m running thru the myEcipse tutorials and have run the CRUD scaffolding. When I do, myEclipse create 2 files – one for the controller (PartListController) and a second called PartsListControllerTest.
I’m not sure of the purpose of the test class. Where can I find more information on this?
Test classes created after the spring scaffolding are JUnit tests. You can perform a JUnit test by right clicking on the test class and select Run as > JUnit test.