Automatic JUnit Testing with Oracle



Under construction


Aim of the project

The aim of the final product is to create a tool that is able to, given a java code, to create, or at least help to create, a JUnit code that tests the functionality of that code
The Java code should be prety simple (only public and private fields, no inheritance allowed, no exceptions, no complex types (unless you create the objects by your self), etc)