Demo of a simple usage to generate documentation.
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
Adding 2 simple numbers
When adding two simple numbers, the java operator '+' should return the sum of them.
2 + 3 = 5