Dalvik.Annotation Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains Android test-target annotation interfaces and their managed attribute wrappers.
Classes
| Name | Description |
|---|---|
| TestTarget |
Defines an annotation used be used within the TestInfo annotation. |
| TestTargetAttribute |
Describes a single method targeted by a test. |
| TestTargetClass |
Defines an annotation for test classes that allows to link them to the class that is being tested. |
| TestTargetClassAttribute |
Links a test class to the class being tested. |
Interfaces
| Name | Description |
|---|---|
| ITestTarget |
Defines an annotation used be used within the TestInfo annotation. |
| ITestTargetClass |
Defines an annotation for test classes that allows to link them to the class that is being tested. |