public final class TestCaseImplementChecker
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
checkAsBeginMethod(java.lang.reflect.Method theMethod)
Check if the method is suitable for a begin method.
|
static void |
checkAsEndMethod(java.lang.reflect.Method theMethod)
Check if the method is suitable for a end method.
|
static void |
checkTestName(junit.framework.Test theTest)
Check if the Test to run is properly implemented or not.
|
public static void checkTestName(junit.framework.Test theTest) throws TestCaseImplementError
theTest
- the test to checkTestCaseImplementError
- if has no namepublic static void checkAsBeginMethod(java.lang.reflect.Method theMethod) throws TestCaseImplementError
AssertionFailedError
if at least one of following
conditions is failed:
Request
theMethod
- the method to checkTestCaseImplementError
- if the method is not suitable
for Cactus begin methodpublic static void checkAsEndMethod(java.lang.reflect.Method theMethod) throws TestCaseImplementError
AssertionFailedError
if at least one of following
conditions is failed:
theMethod
- the method to checkTestCaseImplementError
- if the method is not suitable
for Cactus end methodCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.