Java 类org.junit.contrib.theories.DataPoints 实例源码
项目:junit-theory-suite
文件:TheorySuiteTest.java
@DataPoints
public static List<Integer> lf1() {
throw new NumberFormatException();
}
@DataPoints
public static List<Integer> lf1() {
throw new NumberFormatException();
}