TestInfopublic 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} |
Methods Summary |
---|
TestLevel | level()Specifies the current level of coverage the test has.
| java.lang.String | notes()Specifies noteworthy plain-text information about the test, like whether
it is testing a specific parameter combination or something.
| java.lang.String | purpose()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
| TestStatus | status()Specifies the current status of the test, as determined by a reviewer.
| TestTarget[] | targets()Specifies an array of target methods.
|
|