public class JUnit3MethodProvider extends Object implements TestMethodProvider
test(.*).| Constructor and Description |
|---|
JUnit3MethodProvider() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Method> |
getTestMethods(Class<?> suiteClass,
ClassModel suiteClassModel)
Determine which methods are test methods.
|
public Collection<Method> getTestMethods(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-2013 Carrot Search s.c.. All Rights Reserved.