View source project on Github

Demo test

Demo of a simple usage to generate documentation.

Adding 2 simple numbers

When adding two simple numbers, the java operator '+' should return the sum of them.

2 + 3 = 5

Multiplying 2 simple numbers

When multiplying two simple numbers, the java operator '*' should return the multiplication of them.

2 * 3 = 6