| org.kuali.test.suite.AnnotationTestSuite
AnnotationTestSuite | public @interface AnnotationTestSuite(Code) | | This annotation marks test classes or methods as members of the listed test suites. This reverses the normal direction of the
reference, from the test to the suite.
|
Field Summary | |
abstract public static Type Declaration | Superclass Test suites using the enclosing annotation must extend this nested class. | public Class<? extends Superclass>[] | value |
Superclass | abstract public static Type Declaration Superclass(Code) | | Test suites using the enclosing annotation must extend this nested class. They should have a static method named "suite" that
IDEs can run for convenience. That method should return getSuite() or getNegativeSuite() on an instance of the suite class.
|
|
|