Class OverrideConfigProfileTest

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

    public class OverrideConfigProfileTest
    extends org.jboss.arquillian.testng.Arquillian
    Test cases for Config profile
    Author:
    Oliver Bertuch
    • Constructor Detail

      • OverrideConfigProfileTest

        public OverrideConfigProfileTest()
    • Method Detail

      • deployment

        @Deployment
        public static org.jboss.shrinkwrap.api.spec.WebArchive deployment()
      • testConfigProfileWithDevAndOverride

        public void testConfigProfileWithDevAndOverride()
        This test relies on the system property "mp.tck.prop.dummy" being set to "dummy" as described in the TCK README as a requirement for runners. System properties are per the TCK requirements at ordinal 120, so shall override the given properties in the microprofile-config.properties file (ordinal 100) included in the WAR above.