File
Doc
Category
Size
Date
Package
TestTargetClass.java
API Doc
Android 1.5 API
1464
Wed May 06 22:41:02 BST 2009
dalvik.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.Class
value
()
Specifies the class being tested.
Java Code Source