Class MultipleStartupFailedTest
- java.lang.Object
-
- org.jboss.arquillian.testng.Arquillian
-
- org.eclipse.microprofile.health.tck.TCKBase
-
- org.eclipse.microprofile.health.tck.MultipleStartupFailedTest
-
- All Implemented Interfaces:
org.testng.IHookable
,org.testng.ITestNGListener
public class MultipleStartupFailedTest extends TCKBase
- Author:
- Martin Stefanko
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.microprofile.health.tck.TCKBase
TCKBase.Response
-
-
Constructor Summary
Constructors Constructor Description MultipleStartupFailedTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.Archive
getDeployment()
void
testFailingHealthResponsePayload()
Test that Health is downvoid
testFailingStartupResponsePayload()
Test that Startup is downvoid
testSuccessfulLivenessResponsePayload()
Test that Liveness is upvoid
testSuccessfulReadinessResponsePayload()
Test that Readiness is up-
Methods inherited from class org.eclipse.microprofile.health.tck.TCKBase
beforeMethod
-
-
-
-
Method Detail
-
getDeployment
@Deployment public static org.jboss.shrinkwrap.api.Archive getDeployment()
-
testFailingStartupResponsePayload
@RunAsClient public void testFailingStartupResponsePayload()
Test that Startup is down
-
testSuccessfulLivenessResponsePayload
@RunAsClient public void testSuccessfulLivenessResponsePayload()
Test that Liveness is up
-
testSuccessfulReadinessResponsePayload
@RunAsClient public void testSuccessfulReadinessResponsePayload()
Test that Readiness is up
-
testFailingHealthResponsePayload
@RunAsClient public void testFailingHealthResponsePayload()
Test that Health is down
-
-