This is a utilisities library which contains various helpers and tools for performaing common and repetitive tasks in automated component test suites.
It is specifically designed for use in black-box tests within a Cucumber test suite with dependency injection (Pico Container) enabled.
To install, add the dependency to the pom.xml
of your test project, most liekly selecting test
as scope.
<dependency>
<artifactId>hella-java</artifactId>
<scope>test</scope>
</dependency>
Each class in the library contains Javadocs, however, below is a high level overview of each utiltiy.