public class RunnerDelegator extends Object
| Constructor and Description |
|---|
RunnerDelegator() |
| Modifier and Type | Method and Description |
|---|---|
List<org.junit.runners.model.FrameworkMethod> |
computeAllTestMethods(org.junit.runners.model.TestClass testClass,
List<org.junit.runners.model.FrameworkMethod> list) |
static org.junit.runner.Description |
describeParametrizedMethodWithChildren(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass) |
static org.junit.runner.Description |
describeSingleInvocationOfParametrizedMethod(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass) |
static List<org.junit.runners.model.FrameworkMethod> |
getClassChildrenToDescribe(org.junit.runners.model.TestClass testClass,
List<org.junit.runners.model.FrameworkMethod> standardTestMethods) |
protected List<org.junit.runners.model.FrameworkMethod> |
getParametrizedLeafMethods(org.junit.runners.model.TestClass testClass) |
static boolean |
isParameterized(org.junit.runners.model.FrameworkMethod method) |
protected List<org.junit.runners.model.FrameworkMethod> getParametrizedLeafMethods(org.junit.runners.model.TestClass testClass)
public List<org.junit.runners.model.FrameworkMethod> computeAllTestMethods(org.junit.runners.model.TestClass testClass, List<org.junit.runners.model.FrameworkMethod> list)
public static boolean isParameterized(org.junit.runners.model.FrameworkMethod method)
public static org.junit.runner.Description describeSingleInvocationOfParametrizedMethod(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass)
public static org.junit.runner.Description describeParametrizedMethodWithChildren(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass)
Copyright © 2016. All rights reserved.