org.openscience.cdk.annotations
Annotation Type TestClass


@Documented
@Retention(value=RUNTIME)
public @interface TestClass

An annotation for source classes to indicate the JUnit test class tests the functionality.

Author:
Egon Willighagen
Belongs to CDK module:
annotation
Source code:
cdk-1.4.x

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value