Package | Description |
---|---|
junitparams.internal |
Modifier and Type | Field and Description |
---|---|
TestMethod |
ParameterisedTestMethodRunner.method |
Modifier and Type | Field and Description |
---|---|
protected Map<TestMethod,ParameterisedTestMethodRunner> |
ParameterisedTestClassRunner.parameterisedMethods |
protected Map<org.junit.runners.model.FrameworkMethod,TestMethod> |
ParameterisedTestClassRunner.testMethods |
protected List<TestMethod> |
ParameterisedTestClassRunner.testMethodsList |
Modifier and Type | Method and Description |
---|---|
TestMethod |
ParameterisedTestClassRunner.testMethodFor(org.junit.runners.model.FrameworkMethod method)
Returns a cached TestMethod object related to the given FrameworkMethod.
|
Modifier and Type | Method and Description |
---|---|
static List<TestMethod> |
TestMethod.listFrom(List<org.junit.runners.model.FrameworkMethod> annotatedMethods,
org.junit.runners.model.TestClass testClass) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ParameterisedTestMethodRunner(TestMethod testMethod) |
Copyright © 2014 Pragmatists. All rights reserved.