An open API service indexing awesome lists of open source software.

https://github.com/tipsy/javalin-testing-example


https://github.com/tipsy/javalin-testing-example

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# javalin-testing-example

## source code for tutorial at [https://javalin.io/tutorials/testing](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/`