public interface SBTestEnvironment
BaseTestEnvironment.DEFAULT_ENVIRONMENT
if you need
a default instance to use for an SBServerManager
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConf() |
NowImplementation |
getNowImpl() |
boolean |
isAppDebuggingEnabled() |
boolean |
isIntermediateStreamDequeueEnabled() |
void |
setNowImpl(NowImplementation nowImpl)
Set the current implementation of now() function
|
boolean isIntermediateStreamDequeueEnabled()
boolean isAppDebuggingEnabled()
java.lang.String getConf() throws StreamBaseException
StreamBaseException
- if any error occurs accessing the configurationNowImplementation getNowImpl()
NowImplementation
value corresponding to the current implementation of now() functionvoid setNowImpl(NowImplementation nowImpl) throws StreamBaseException
nowImpl
- the NowImplementation
value corresponding to the current implementation of now() functionStreamBaseException
- if any error occurs