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()voidsetUpEnvironment()voidshutDown()
-
-
-
Method Detail
-
getConfiguration
Configuration getConfiguration()
-
setUpEnvironment
void setUpEnvironment()
-
shutDown
void shutDown()
-
-