- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
public class CDIPropertyNameMatchingTest
extends org.jboss.arquillian.testng.Arquillian
Test 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