| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of TestMethod in junitparams | 
|---|
| Fields in junitparams declared as TestMethod | |
|---|---|
|  TestMethod | ParameterisedTestMethodRunner.method | 
| Fields in junitparams with type parameters of type TestMethod | |
|---|---|
| protected  Map<TestMethod,ParameterisedTestMethodRunner> | ParameterisedTestClassRunner.parameterisedMethods | 
| protected  Map<org.junit.runners.model.FrameworkMethod,TestMethod> | ParameterisedTestClassRunner.testMethods | 
| protected  List<TestMethod> | ParameterisedTestClassRunner.testMethodsList | 
| Methods in junitparams that return TestMethod | |
|---|---|
|  TestMethod | ParameterisedTestClassRunner.testMethodFor(org.junit.runners.model.FrameworkMethod method)Returns a cached TestMethod object related to the given FrameworkMethod. | 
| Methods in junitparams that return types with arguments of type TestMethod | |
|---|---|
| static List<TestMethod> | TestMethod.listFrom(List<org.junit.runners.model.FrameworkMethod> annotatedMethods,
         org.junit.runners.model.TestClass testClass) | 
| Methods in junitparams with parameters of type TestMethod | |
|---|---|
|  void | ParameterisedTestClassRunner.runParameterisedTest(TestMethod method,
                     org.junit.runners.model.Statement methodInvoker,
                     org.junit.runner.notification.RunNotifier notifier)Executes parameterised method. | 
|  boolean | ParameterisedTestClassRunner.shouldRun(TestMethod testMethod)Tells if method should be run by this runner. | 
| Constructors in junitparams with parameters of type TestMethod | |
|---|---|
| ParameterisedTestMethodRunner(TestMethod testMethod) | |
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||