org.test4j.junit.annotations
注释类型 ClasspathProperty


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ClasspathProperty

The ClasspathProperty specifies the System property name used to retrieve the java classpath which is searched for Test classes and suites. Default is "java.class.path".


必需元素摘要
 String value
           
 

元素详细信息

value

public abstract String value


Copyright © 2013. All rights reserved.