Skip to content

Latest commit

 

History

History

javalin-testing-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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/