Package org.wildfly.test.cloud.common
Class WildFlyCloudTestCase
- java.lang.Object
-
- org.wildfly.test.cloud.common.WildFlyCloudTestCase
-
public class WildFlyCloudTestCase extends Object
- Author:
- Kabir Khan
-
-
Constructor Summary
Constructors Constructor Description WildFlyCloudTestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddumpLogs()TestHelpergetHelper()voidwaitForWildFlyReadiness()
-
-
-
Method Detail
-
waitForWildFlyReadiness
@BeforeEach public void waitForWildFlyReadiness()
-
getHelper
public TestHelper getHelper()
-
dumpLogs
@AfterEach public void dumpLogs()
-
-