public abstract class AnnotatedMethodProvider extends Object implements TestMethodProvider
TestMethodProvider
s based on annotations.Constructor and Description |
---|
AnnotatedMethodProvider(Class<? extends Annotation> ann) |
Modifier and Type | Method and Description |
---|---|
Collection<Method> |
getTestMethods(Class<?> suiteClass,
ClassModel suiteClassModel)
Determine which methods are test methods.
|
public AnnotatedMethodProvider(Class<? extends Annotation> ann)
public Collection<Method> getTestMethods(Class<?> suiteClass, ClassModel suiteClassModel)
TestMethodProvider
getTestMethods
in interface TestMethodProvider
suiteClass
- 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–2015 Carrot Search s.c.. All rights reserved.