|
Helping ordinary people create extraordinary websites! |
Assertion Extensions for JUnitBy Tony Morris2005-05-05
Resources • Download Assertion Extensions for JUnit from alphaWorks. • Learn all about the open source JUnit automated unit testing framework. • " Automating the build and test process" (developerWorks, 2001) shows how to use Ant and JUnit to automate and customize the build and test process • " Control your test-environment with DbUnit and Anthill" (developerWorks, 2004) explains how to use DbUnit in conjunction with JUnit to control the test environment end-to-end by setting up database state before each test. • Check out " Use Jython to build JUnit test suites" (developerWorks, 2004) to see how to use Python to feign statically defined JUnit TestSuite classes. • " Incremental development with Ant and JUnit" (developerWorks, 2000) helps you use unit testing to improve your code in small steps. • Find hundreds more Java technology resources on the developerWorks Java technology zone. • Visit the Developer Bookstore for a comprehensive listing of technical books, including hundreds of Java-related titles. Tutorial Pages: » AlphaWorks Package Allows you to Perform Unit Testing with Complex Assertions More Easily » Getting Started with JUnitX » Use Case Scenario » Conclusion » Resources First published by IBM DeveloperWorks |
|