Uses of Package
net.sourceforge.groboutils.junit.v1.parser

Packages that use net.sourceforge.groboutils.junit.v1.parser
net.sourceforge.groboutils.junit.v1.iftc Classes to aid in testing interfaces, abstract classes, and base classes for "contract tests". 
net.sourceforge.groboutils.junit.v1.parser The GroboUtils JUnit Extention: classes to help in the creation and execution of JUnit tests. 
 

Classes in net.sourceforge.groboutils.junit.v1.parser used by net.sourceforge.groboutils.junit.v1.iftc
ITestCreator
          Interface that can create test objects based on a class and a method from within that class, using a specific method.
TestClassCreator
          Creates Test instances based on a TestClassParser.
 

Classes in net.sourceforge.groboutils.junit.v1.parser used by net.sourceforge.groboutils.junit.v1.parser
ITestCreator
          Interface that can create test objects based on a class and a method from within that class, using a specific method.
TestClassParser
          Parses Test classes to discover the usable test methods.
 



Copyright © 2001-2003 by The GroboUtils Project