LanacTest is a Java library for lightweight testing
use mvn install to install this testing library, then add it as a dependency
<dependency>
<groupId>com.kameni</groupId>
<artifactId>lanactest</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>