| Package | Description |
|---|---|
| org.spincast.core.guice | |
| org.spincast.defaults.testing | |
| org.spincast.testing.core |
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<GuiceTweaker> |
GuiceTweaker.threadLocal |
| Modifier and Type | Method and Description |
|---|---|
protected GuiceTweaker |
UnitTestBase.createGuiceTweaker()
Since we do not call "App.main(...)" in test
class in this branch, we don't need to bind
the current class to the Guice context : the
Server will be started explicitly and the
|
| Modifier and Type | Method and Description |
|---|---|
protected GuiceTweaker |
SpincastTestBase.createGuiceTweaker()
Create the Guice Tweaker.
|
protected GuiceTweaker |
IntegrationTestNoAppBase.createGuiceTweaker()
Since we do not call "App.main(...)" in test
class in this branch, we don't need to bind
the current class to the Guice context : the
Server will be started explicitly and the
|
protected GuiceTweaker |
SpincastTestBase.getSpincastPluginFromThreadLocal() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpincastTestBase.setupSpincastConfigTesting(GuiceTweaker guiceTweaker)
Adds an OAP interceptor so calls to methods of the original
SpincastConfig onject will be redirected to the
testing version (as returned by SpincastTestBase.getSpincastConfigTestingImplementation()). |
Copyright © 2017. All rights reserved.