FileDocCategorySizeDatePackage
TestTargetClass.javaAPI DocAndroid 1.5 API1464Wed May 06 22:41:02 BST 2009dalvik.annotation

TestTargetClass

public class TestTargetClass
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

Fields Summary
Constructors Summary
Methods Summary
dalvik.annotation.TestTargetNew[]untestedMethods()
Option to specify untested methods for the class.

hide

java.lang.Classvalue()
Specifies the class being tested.