Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Integration Tests

Leon Kiefer edited this page Mar 16, 2020 · 2 revisions

Context

Integration Tests in LivingDoc are implemented using LivingDoc. This is the principle of eating your own dog food.

File-names

The files are located in the same directory as the unit-test files. They are named *IntegrationTest.kt to indicate that they are integration tests. The markdown or html files are located in the test/docs folder.

Clone this wiki locally