Skip to content

Test Project

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

Test Project

The test project is a Kotlin project and part of the main livindocs project. It’s used as integration tests for the livingdoc JUnit Test Engine. Structure:

  • src/main/kotlin: source code that should be tested with livingdoc tests

  • src/test/docs: the livingdoc examples in html and markdown format

  • src/test/kotlin: livingdoc fixtures for the html and markdown files

  • src/test/resources: livingdoc.yml config file

Building the project

gradle :livingdoc-test:test

Known issues If some dependencies cannot be resolved, first run the publishToMavenLocal gradle task.