next up previous contents
Next: Skeleton of a Test Up: Using Repo Previous: Using Repo   Contents

JUnit Test Suite Organization

Repo does not require that JUnit test suites be organized in any particular manner. One way to organize test cases is described in [JUnit FAQ] under the question ``How do I organize my test cases?''

Repo keeps its classes in one package: junit.extensions.repo. Test cases may import the entire package or import only certain classes from this package.