Installation

How to install?

1. From your Eclipse menu, select Help → Install New Software...

2. In the Install dialog enter https://saeg.github.io/update-site at the Work with field.

3. Check the latest Baduino version and press Next.

4. Follow the steps in the wizard.

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.