|
|
|
| |
 |
Make iterative testing of classes easy
For each class you create, consider including with it a static public test( ) that contains code to test that class. You don't need to remove the test code to use the class in a project, and if you make any changes to the class, the static public test lets you easily rerun the tests for quality assurance purposes. You should also include in the test code examples of how to use your class.
|
Java Zone - Get Help - Search
Tips
|
|
 |
Save on Hot Java Specials
|
SOFTWARE:
dtSearch Web
Add power searching to your web site. Buy Now! |
BOOKS:
PointBase Mobile Edition
Enable local data access for mobile users. Buy Now! |
|
 |
|