Class ConfigPropertyFileProfileTest
- java.lang.Object
-
- org.jboss.arquillian.testng.Arquillian
-
- org.eclipse.microprofile.config.tck.profile.ConfigPropertyFileProfileTest
-
- All Implemented Interfaces:
org.testng.IHookable,org.testng.ITestNGListener
public class ConfigPropertyFileProfileTest extends org.jboss.arquillian.testng.ArquillianTest cases for Config profile- Author:
- Emily Jiang
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigPropertyFileProfileTest.ProfilePropertyBean
-
Constructor Summary
Constructors Constructor Description ConfigPropertyFileProfileTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.spec.WebArchivedeployment()voidtestConfigProfileWithDev()Check both the file microprofile-config.properties and microprofile-config-dev.properties are loaded as config sources but the file microprofile-config-prod.properties is ignored.
-
-
-
Method Detail
-
deployment
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive deployment()
-
testConfigProfileWithDev
public void testConfigProfileWithDev()
Check both the file microprofile-config.properties and microprofile-config-dev.properties are loaded as config sources but the file microprofile-config-prod.properties is ignored.
-
-