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()List<CfgServer>getTestEnvironment()voidsetUpEnvironment()voidshutDown(CfgServer srv)voidstart(CfgServer srv, Configuration cfg)
-
-
-
Method Detail
-
getConfiguration
Configuration getConfiguration()
-
setUpEnvironment
void setUpEnvironment()
-
start
void start(CfgServer srv, Configuration cfg)
-
shutDown
void shutDown(CfgServer srv)
-
-