org.openscience.cdk.annotations
Annotation Type TestMethod


@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,CONSTRUCTOR})
public @interface TestMethod

An annotation for source classes to indicate the specific test class and method that tests the source class.

Author:
Rajarshi Guha
Belongs to CDK module:
annotation
Source code:
cdk-1.4.x

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value