public class CauliUIRunner extends CauliRunner
| 限定符和类型 | 字段和说明 |
|---|---|
private static org.slf4j.Logger |
logger |
(专用程序包) CauliUIConfig |
uiConfig |
| 构造器和说明 |
|---|
CauliUIRunner(Class<?> klass) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<FrameworkMethodWithParameters> |
computeTestMethods() |
private List<FrameworkMethodWithParameters> |
createUIMethod(List<FrameworkMethodWithParameters> frameworkMethods) |
private Engine[] |
getConfigEngines(org.junit.runners.model.FrameworkMethod method) |
private Engine[] |
getRequireBrowsers(org.junit.runners.model.FrameworkMethod method) |
protected TestPlan |
init() |
private boolean |
isHaveRequireAnnotation(org.junit.runners.model.FrameworkMethod method) |
protected org.junit.runners.model.Statement |
methodInvoker(FrameworkMethodWithParameters method,
Object test) |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
collectInitializationErrors, createTest, describeChild, getChildren, getListeners, getRules, getTestPlan, getTestRules, initDB, methodBlock, possiblyExpectingExceptions, rules, runChild, setTestPlan, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutprivate static org.slf4j.Logger logger
CauliUIConfig uiConfig
public CauliUIRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic void run(org.junit.runner.notification.RunNotifier notifier)
run 在类中 org.junit.runners.ParentRunner<FrameworkMethodWithParameters>protected List<FrameworkMethodWithParameters> computeTestMethods()
computeTestMethods 在类中 CauliRunnerprotected org.junit.runners.model.Statement methodInvoker(FrameworkMethodWithParameters method, Object test)
methodInvoker 在类中 CauliRunnerprivate List<FrameworkMethodWithParameters> createUIMethod(List<FrameworkMethodWithParameters> frameworkMethods)
private Engine[] getConfigEngines(org.junit.runners.model.FrameworkMethod method)
private Engine[] getRequireBrowsers(org.junit.runners.model.FrameworkMethod method)
private boolean isHaveRequireAnnotation(org.junit.runners.model.FrameworkMethod method)
protected TestPlan init()
init 在类中 CauliRunnerCopyright © 2014. All rights reserved.