Show/Hide Toolbars

Unit Test Framework Manual

Navigation: Overview of the Unit Test Framework

Unit Test Framework and JUnit

Scroll Prev Top Next More

Kent Beck and Eric Gamma created JUnit as a Java framework.  Since its creation, JUnit has achieve wide use.  There are also similar implementations in other languages, including an implementation called GUnit by Guidewire Software.  JUnit has created a major shift in the way programmers produce code.  

 

Additional Information

Why Use the Unit Test Framework