Package | Description |
---|---|
org.apache.cactus.internal.util |
Contains various internal utility classes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static void |
TestCaseImplementChecker.checkTestName(junit.framework.Test theTest)
Check if the Test to run is properly implemented or not.
|
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.