The roaster is a Java SE+ testing framework designed to collect common algorithms used by developers when writing tests. It provides fundamental solutions that can be customized according to our specific needs.
The project is based on these technologies:
-
Java 11+
-
CDI 2.0+
More detailed description can be found on this page: roaster documentation
The roaster can also be found in the official Maven repository. To include it in your project, simply import the BOM that manages all the modules:
dependencyManagement settings
<dependencyManagement>
<dependency>
<groupId>hu.icellmobilsoft.roaster</groupId>
<artifactId>roaster-bom</artifactId>
<version>${version.hu.icellmobilsoft.roaster}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencyManagement>
use of modules
<dependencies>
<dependency>
<groupId>hu.icellmobilsoft.roaster</groupId>
<artifactId>roaster-restassured</artifactId>
</dependency>
<dependency>
<groupId>hu.icellmobilsoft.roaster</groupId>
<artifactId>roaster-oracle</artifactId>
</dependency>
...other roaster modules...
</dependencies>
More detailed description can be found on this page: roaster documentation
Copyright © 2020 i-Cell Mobilsoft Zrt.