教程
问答
博客
Python源码
Java源码
开源
论坛
教程
问答
博客
Python源码
Java源码
开源
论坛
登录
注册
包列表
类列表
org.junit.contrib.theories.DataPoints
Java 类
org.junit.contrib.theories.DataPoints
实例源码
包列表
类列表
org.junit.contrib.theories.DataPoints
项目:
junit-theory-suite
文件:
TheorySuiteTest.java
@DataPoints
public
static
List
<
Integer
>
lf1
()
{
throw
new
NumberFormatException
();
}