Class CDIPropertyNameMatchingTest
- java.lang.Object
-
- org.jboss.arquillian.testng.Arquillian
-
- org.eclipse.microprofile.config.tck.CDIPropertyNameMatchingTest
-
- All Implemented Interfaces:
org.testng.IHookable,org.testng.ITestNGListener
public class CDIPropertyNameMatchingTest extends org.jboss.arquillian.testng.ArquillianTest cases for the statement in configsources.asciidoc#default_configsources.env.mapping Prerequisite: The following environment variables must be set prior to running this test: "my_int_property" with the value of "45" "MY_BOOLEAN_PROPERTY" with the value of "true" "my_string_property" with the value of "haha" "MY_STRING_PROPERTY" with the value of "woohoo"- Author:
- Emily Jiang
-
-
Constructor Summary
Constructors Constructor Description CDIPropertyNameMatchingTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckSetup()static org.jboss.shrinkwrap.api.Archivedeployment()voidtestPropertyFromEnvironmentVariables()
-