Package de.gematik.test.tiger.testenvmgr
Interface ITigerTestEnvMgr
-
- All Known Implementing Classes:
TigerTestEnvMgr
public interface ITigerTestEnvMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationgetConfiguration()Map<String,CfgServer>getTestEnvironment()voidsetUpEnvironment()voidshutDown(String serverId)voidstart(String serverId, CfgServer srv, Configuration cfg)
-
-
-
Method Detail
-
getConfiguration
Configuration getConfiguration()
-
setUpEnvironment
void setUpEnvironment()
-
start
void start(String serverId, CfgServer srv, Configuration cfg)
-
shutDown
void shutDown(String serverId)
-
-