public interface TestMethodProvider
| 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.
|
java.util.Collection<java.lang.reflect.Method> getTestMethods(java.lang.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–2018 Carrot Search s.c.. All rights reserved.