FileDocCategorySizeDatePackage
TestTargetNew.javaAPI DocAndroid 1.5 API2090Wed May 06 22:41:02 BST 2009dalvik.annotation

TestTargetNew

public class TestTargetNew
Defines an annotation used be used within the TestInfo annotation. It specifies a single method target for the test (but can be used multiple times).
since
Android 1.0
hide

Fields Summary
Constructors Summary
Methods Summary
java.lang.Class[]args()
Specifies the signature of the API method that is being tested, in terms of Java classes.

java.lang.Classclazz()
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.

TestLevellevel()
Specifies the level of coverage the tested API method has.

java.lang.Stringmethod()
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.Stringnotes()
Specifies noteworthy plain-text information about the test, for example if something is NOT covered by the test method.