public interface TestMethodProvider
Modifier and Type | Method and Description |
---|---|
Collection<Method> |
getTestMethods(Class<?> suiteClass,
ClassModel suiteClassModel)
Determine which methods are test methods.
|
Collection<Method> getTestMethods(Class<?> suiteClass, ClassModel suiteClassModel)
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.