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 Summary
Constructors Constructor Description ConfigProviderTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.spec.WebArchivedeploy()static voidsetupCheck()voidtestDynamicValueInPropertyConfigSource()voidtestEnvironmentConfigSource()voidtestGetConfigSources()voidtestGetPropertyNames()voidtestInjectedConfigSerializable()voidtestJavaConfigPropertyFilesConfigSource()voidtestNonExistingConfigKey()voidtestNonExistingConfigKeyGet()voidtestPropertyConfigSource()
-
-
-
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()
-
-