public interface AppTestingConfigs
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getAppConfigInterface()
Your application configuration interface.
|
Class<?> |
getAppConfigTestingImplementationClass()
The implementation class to use for your application
configuration binding.
|
Class<? extends SpincastConfig> |
getSpincastConfigTestingImplementationClass()
The implementation class to use for the
SpincastConfig
binding. |
boolean |
isBindAppClass()
Should the App class itself (the clas in which
Spincast.init() or
Spincast.configure() is called) be
bound? |
boolean isBindAppClass()
Spincast.init() or
Spincast.configure() is called) be
bound?
Returning true is common if your
test class runs integration tests, since
it is probably the calling class that starts the
HTTP server. Return false if you
don't need any server to be started, but still
want the full application Guice context to be
created (used in general for unit tests).
Class<? extends SpincastConfig> getSpincastConfigTestingImplementationClass()
SpincastConfig
binding. Returns null to leave it untouched.Class<?> getAppConfigInterface()
null if you don't have one or
to leave it untouched.Class<?> getAppConfigTestingImplementationClass()
null if you don't have one or
to leave it untouched.Copyright © 2019. All rights reserved.