Methods Summary |
---|
java.lang.Class[] | args()Specifies the signature of the API method that is being tested, in terms
of Java classes.
|
java.lang.Class | clazz()Specifies the class to which the tested method belongs. If this value is
not provided, the class identified in @TestTargetClass is used by the
test progress doclet.
|
TestLevel | level()Specifies the level of coverage the tested API method has.
|
java.lang.String | method()Specifies the name of the API method that is being tested. This field
may be left empty if the test target is a concept implemented in a
class rather than a concrete API method.
|
java.lang.String | notes()Specifies noteworthy plain-text information about the test, for example
if something is NOT covered by the test method.
|