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()  | 
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 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 occursCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.