Skip to content
Sven Kubiak edited this page Jul 27, 2018 · 3 revisions

mangoo I/O ships with convenient tools for testing your application. Please note, that these utilities are not part of the core and come with a additional dependency. This is mainly because you want to set the scope of this dependency set to “test” in your maven configuration.

<dependency>
    <groupId>io.mangoo</groupId>
    <artifactId>mangooio-test</artifactId>
    <version>1.0.0</version>
    <scope>test</scope>
</dependency>