Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 310 Bytes

File metadata and controls

8 lines (5 loc) · 310 Bytes

javalin-testing-example

source code for tutorial at https://javalin.io/tutorials/testing

The project contains two source and test roots, one Kotlin and one Java:

  • src: src/main/kotlin/, test: src/test/kotlin/
  • src: src/main/java/, test: src/test/java/