Package dalvik.annotation

  • Enum Summary
    Enum Description
    TestLevel
    Defines an enumeration of possible states a test case can be in.
  • Annotation Types Summary
    Annotation Type Description
    AndroidOnly
    Marks a test-case as Android-only, that is, it should not be executed on other systems.
    BrokenTest
    Marks a test case as broken.
    KnownFailure
    Marks a test case as a known failure.
    SideEffect
    Marks a test-case as either having a side-effect that other tests might notice or suffering from such a side effect.
    TestTarget Deprecated.
    Obsolete.
    TestTargetClass Deprecated.
    Obsolete.
    TestTargetNew
    Defines an annotation used be used within the TestInfo annotation.
    TestTargets
    Defines an annotation for test classes that allows to link them to the class that is being tested.
    ToBeFixed
    Defines an annotation for test methods that indicate the test method need to be fixed in future.