|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.test4j.tools.commons.MethodFinder
public class MethodFinder
获得一个类(方法)的测试类(方法)的工具
| 构造方法摘要 | |
|---|---|
MethodFinder()
|
|
| 方法摘要 | |
|---|---|
static List<String> |
findTestClaz(Class claz)
获得claz的所有测试类 |
static List<String> |
findTestClaz(String claz)
获得claz的所有测试类 |
static List<String> |
findTestMethod(Class claz,
Method method)
获得method的所有测试方法 |
static List<String> |
findTestMethod(Class claz,
String methodname)
获得method的所有测试方法 |
static List<String> |
findTestMethod(String classname,
String methodname)
获得method的所有测试方法 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public MethodFinder()
| 方法详细信息 |
|---|
public static List<String> findTestClaz(Class claz)
claz -
public static List<String> findTestClaz(String claz)
claz -
public static List<String> findTestMethod(Class claz,
Method method)
claz - method -
public static List<String> findTestMethod(Class claz,
String methodname)
claz - method -
public static List<String> findTestMethod(String classname,
String methodname)
claz - method -
ClassNotFoundException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||