Menu

ClassTester / News: Recent posts

Released ClassTester v1.0 for Java.

ClassTester is small and simple program, designed for unit testing of java applications. ClassTester significantly simplifies launch of lot of tests. User just needs to select project's folder, and ClassTester automatically finds all classes containing method main() and launch them. All errormessages and stacktraces are printed into test report. Placement of tests for class into it's method "static main(String[])" is a very useful idiom. This permits realize step-by-step testing of class, during creation of it. This program maybe more easy-to-use as compared with JUnit framework, because user don't need to create additional test classes. You just write test function and run it!

Posted by Lotrex 2008-03-27
MongoDB Logo MongoDB