Class MultipleStartupFailedTest

  • All Implemented Interfaces:
    org.testng.IHookable, org.testng.ITestNGListener

    public class MultipleStartupFailedTest
    extends TCKBase
    Author:
    Martin Stefanko
    • Constructor Detail

      • MultipleStartupFailedTest

        public MultipleStartupFailedTest()
    • 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