Class ConfigProviderTest

java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.config.tck.ConfigProviderTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

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

    • ConfigProviderTest

      public ConfigProviderTest()
  • Method Details

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