Opened 16 years ago
Closed 16 years ago
#162 closed task (fixed)
Add unit test tree
| Reported by: | Stephen Siegel | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1.0 |
| Component: | test | Version: | 1.0 |
| Keywords: | test | Cc: |
Description
Add a directory "test" which contains unit tests for the source. The structure of this directory should mirror the structure of the src directory. However in place of ordinary classes it will contain JUnit test classes which correspond to the classes in src.
Do we need to use stubs?
Note:
See TracTickets
for help on using tickets.

Test tree added and incorporated into JUnit and Cobertura runs. Now we just need to populate it...