Class ConfigProviderTest

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

    public class ConfigProviderTest
    extends org.jboss.arquillian.testng.Arquillian
    Author:
    Mark Struberg
    • Constructor Detail

      • ConfigProviderTest

        public ConfigProviderTest()
    • Method Detail

      • deploy

        @Deployment
        public static org.jboss.shrinkwrap.api.spec.WebArchive deploy()
      • setupCheck

        @BeforeClass
        public static void setupCheck()
      • testEnvironmentConfigSource

        public void testEnvironmentConfigSource()
      • testPropertyConfigSource

        public void testPropertyConfigSource()
      • testDynamicValueInPropertyConfigSource

        public void testDynamicValueInPropertyConfigSource()
      • testJavaConfigPropertyFilesConfigSource

        public void testJavaConfigPropertyFilesConfigSource()
      • testNonExistingConfigKey

        public void testNonExistingConfigKey()
      • testNonExistingConfigKeyGet

        public void testNonExistingConfigKeyGet()
      • testGetConfigSources

        public void testGetConfigSources()
      • testInjectedConfigSerializable

        public void testInjectedConfigSerializable()
      • testGetPropertyNames

        public void testGetPropertyNames()