FileDocCategorySizeDatePackage
TestInfo.javaAPI DocAndroid 1.5 API1946Wed May 06 22:41:02 BST 2009dalvik.annotation

TestInfo

public class TestInfo
Defines an annotation for test methods that allow, among other things, to link the test to the method that is being tested. {@hide}

Fields Summary
Constructors Summary
Methods Summary
TestLevellevel()
Specifies the current level of coverage the test has.

java.lang.Stringnotes()
Specifies noteworthy plain-text information about the test, like whether it is testing a specific parameter combination or something.

java.lang.Stringpurpose()
Specifies the purpose (either if it is noteworth to mention such as if it is testing a specific parameter combination) or the covered test aspects (exceptions, normal cases, border edge cases, etc.) in case the level is Level.PARTIAL

TestStatusstatus()
Specifies the current status of the test, as determined by a reviewer.

TestTarget[]targets()
Specifies an array of target methods.