FileDocCategorySizeDatePackage
TestTargets.javaAPI DocAndroid 1.5 API1375Wed May 06 22:41:02 BST 2009dalvik.annotation

TestTargets

public class TestTargets
Defines an annotation for test classes that allows to link them to the class that is being tested. The current assumption is that the test are somewhat organized according to the API classes they test. Might be too strict for some cases.
since
Android 1.0
hide

Fields Summary
Constructors Summary
Methods Summary
dalvik.annotation.TestTargetNew[]value()
Specifies the API methods that are tested by the annotated test method.