Uses of Class
edu.rice.cs.cunit.concJUnit.CreationContextError

Packages that use CreationContextError
edu.rice.cs.cunit.concJUnit   
 

Uses of CreationContextError in edu.rice.cs.cunit.concJUnit
 

Subclasses of CreationContextError in edu.rice.cs.cunit.concJUnit
 class LuckyError
          Class representing a conceptual error of a multithreaded test: the thread end before the test was over, but there was no join.
 class NoJoinError
          Class representing a conceptual error of a multithreaded test: the thread did not end before the test was over.