TestConfigurationManager
A configuration manager tailored for functional testing with TestNG.
<dependency>
<groupId>ch.racic.testing</groupId>
<artifactId>test-configuration-manager</artifactId>
<version>0.16.0</version>
</dependency>
There was no time for a special documentation yet, please take a look at the unit tests and use the javadoc as documentation.
Experimental property class generator with names constants
Note that this part is not completely finished and has no unit tests yet, hence extremely experimental ;-)
<dependency>
<groupId>ch.racic.testing</groupId>
<artifactId>cm-maven-plugin</artifactId>
<version>0.16.0</version>
</dependency>