Uses of Class
org.apache.cactus.internal.util.TestCaseImplementError

Packages that use TestCaseImplementError
org.apache.cactus.internal.util Contains various internal utility classes. 
 

Uses of TestCaseImplementError in org.apache.cactus.internal.util
 

Methods in org.apache.cactus.internal.util that throw TestCaseImplementError
static void TestCaseImplementChecker.checkTestName(junit.framework.Test theTest)
          Check if the Test to run is properly implemented or not.
static void TestCaseImplementChecker.checkAsBeginMethod(java.lang.reflect.Method theMethod)
          Check if the method is suitable for a begin method.
static void TestCaseImplementChecker.checkAsEndMethod(java.lang.reflect.Method theMethod)
          Check if the method is suitable for a end method.
 



Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.