Note
The examples shown here are generated from the source code. They therefore represent the behavior of the application at any times. Non regression is ensured by checking the absence of change in this document. Learn more here https://github.com/sfauvel/documentationtesting

View source of 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

Adding 3 simple numbers

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

2 + 3 + 4 = 9