public class GuiceJUnitRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
GuiceJUnitRunner(Class<?> klass)
Instances a new JUnit runner.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
createTest() |
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic GuiceJUnitRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
klass - The test classorg.junit.runners.model.InitializationError - In case of an error while initializing the classCopyright © 2015. All Rights Reserved.