Class TestEngineExtensionManager
java.lang.Object
org.antublue.test.engine.internal.extension.TestEngineExtensionManager
Class to implement TestEngineExtensionManager
-
Method Summary
Modifier and TypeMethodDescriptionconclude()Method to conclude test engine extensionsstatic TestEngineExtensionManagerMethod to get a singleton instancevoidprepare()Method to prepare test engine extensions
-
Method Details
-
prepare
Method to prepare test engine extensions- Throws:
Throwable- Throwable
-
conclude
Method to conclude test engine extensions- Returns:
- a list of Throwables
-
getInstance
Method to get a singleton instance- Returns:
- the singleton instance
-