Open
Description
Create a new tutorial that shows how testing is done in devon4j.
Idea:
- Install devonfw-ide
- Create a Java project
- Create an entity, a REST service and implement some logic (e.g. for finding and saving new objects of the entity)
- Create a module test for testing the logic
- Create a subsystem test for testing the REST service
Helpful links:
https://github.com/devonfw/devon4j/blob/master/documentation/guide-testing.asciidoc
https://github.com/devonfw/jump-the-queue/tree/master/java/jtqj/core/src/test