public class JUnit3MethodProvider extends java.lang.Object implements TestMethodProvider
test(.*).| Constructor and Description |
|---|
JUnit3MethodProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.reflect.Method> |
getTestMethods(java.lang.Class<?> suiteClass,
ClassModel suiteClassModel)
Determine which methods are test methods.
|
public java.util.Collection<java.lang.reflect.Method> getTestMethods(java.lang.Class<?> suiteClass,
ClassModel suiteClassModel)
TestMethodProvidergetTestMethods in interface TestMethodProvidersuiteClass - The suite class.suiteClassModel - A precomputed model of the suite class including method annotations and
class hierarchy walking utilities. This is made available for performance
reasons only.Copyright © 2011–2018 Carrot Search s.c.. All rights reserved.