public interface SBTestEnvironment
BaseTestEnvironment.DEFAULT_ENVIRONMENT
if you need
a default instance to use for an SBServerManager
.Modifier and Type | Method and Description |
---|---|
String |
getConf() |
default Map<String,String> |
getEngineSystemProperties() |
NowImplementation |
getNowImpl() |
boolean |
isAppDebuggingEnabled() |
boolean |
isIntermediateStreamDequeueEnabled() |
void |
setNowImpl(NowImplementation nowImpl)
Set the current implementation of now() function
|
boolean isIntermediateStreamDequeueEnabled()
boolean isAppDebuggingEnabled()
String getConf() throws StreamBaseException
StreamBaseException
- if any error occurs accessing the configurationdefault Map<String,String> getEngineSystemProperties()
NowImplementation 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 occursCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.