public interface AppTestingConfigInfo
| 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. |
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 © 2017. All rights reserved.