This package is used to test the OCL class library of package tudresden.ocl. It uses the JUnit framework by Erich Gamma and Kent Beck. The javadoc is not very informative, but the tests' source code gives an idea of how to use this libary.

Naming Convention: The class TestXXX contains the unit test for the OclXXX. In each class, the method testXXX contains tests for the method XXX in the tested class, unless there is a comment in the first line(s) of testXXX that lists the tested methods.