public class GuiceJUnitRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Modifier and Type | Class and Description |
|---|---|
static interface |
GuiceJUnitRunner.GuiceModules
The annotation to define the modules to load
|
| Constructor and Description |
|---|
GuiceJUnitRunner(Class<?> klass)
Instances a new JUnit runner.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
createTest() |
collectInitializationErrors, computeTestMethods, describeChild, getChildren, methodBlock, methodInvoker, possiblyExpectingExceptions, runChild, testName, validateConstructor, validateInstanceMethods, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic GuiceJUnitRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
klass - The test classorg.junit.runners.model.InitializationErrorCopyright © 2015. All Rights Reserved.