ch.powerunit.rules.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of powerunit Show documentation
Show all versions of powerunit Show documentation
This is a test framework for the JDK 1.8.
/**
* Default implementation or abstract for rule.
*
* These classes are exposed by the {@link ch.powerunit.TestSuite testSuite} interface
* for the one that can be used directly. The not exposed classes are the once provided
* to be used by rule provider/implementer.
*
* @author borettim
*
*/
package ch.powerunit.rules;