public class ZeroCodeUnitRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
passed |
protected boolean |
testRunCompleted |
| Constructor and Description |
|---|
ZeroCodeUnitRunner(java.lang.Class<?> klass) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrentTestCase() |
protected ZeroCodeReportGenerator |
getInjectedReportGenerator() |
protected SmartUtils |
getInjectedSmartUtilsClass() |
com.google.inject.Injector |
getMainModuleInjector() |
java.util.List<java.lang.String> |
getSmartTestCaseNames() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic ZeroCodeUnitRunner(java.lang.Class<?> klass)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected void runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.BlockJUnit4ClassRunnerpublic java.util.List<java.lang.String> getSmartTestCaseNames()
public java.lang.String getCurrentTestCase()
public com.google.inject.Injector getMainModuleInjector()
protected SmartUtils getInjectedSmartUtilsClass()
protected ZeroCodeReportGenerator getInjectedReportGenerator()
Copyright © 2018. All Rights Reserved.