Requirements
These are our demands:
Java 1.8 or later is required.
Every test class must end with *Test.class.
Although Baduino was built using maven archetype, it does not require a project structured on this way. It walks the project subfolders and finds all compiled classes.
For a better performance in the quest for compiled classes, Baduino uses the Java new Stream API, demanding version 1.8 or later. Therefore, Baduino can analyze every type of project in every structure without tricky settings.
Just click, run tests and see the results. Simple.