CheetUnit
CheetUnit is an integration test framework for testing of server side Java EE applications. CheetUnit combines the light weight of unit testing and the power of a Java EE application server.
It allows to use simple JUnit to make tests where some parts of the code are executed on an application server directly inside your Java EE application archive.
This project is inspired by WarpUnit.
Quick start
It is easy to start using CheetUnit, just follow our quick intro.
Current Status
Tested servers
- JBoss EAP 7.2.0 (Red Hat JBoss Enterprise Application Platform - Version 7.2.0.GA)
- Wildfly 20.0.1.Final
Supported Java versions
- Java 8
- Java 11
Latest news
- 2021/01/29 Release of version 1.0.0-RC1 on Maven central repository
- 2020/10/30 Project start
Contributing
You are encouraged to contribute any missing, useful functions? To do so, please write us.
For more information see the contributing page.