up previous next contents
Next: Goals of unit testing? Up: JUnit Previous: Types of tests   Contents

Subsections

Unit Testing 101

Definitions of unit testing

A few definitions of unit tests from various sources ...

C3 (the famous Chrysler C3 project) has over 1300 unit tests, performing over 13,000 individual checks. They run in about 10 minutes.


Next: Goals of unit testing? Up: JUnit Previous: Types of tests   Contents