https://github.com/tipsy/javalin-testing-example
https://github.com/tipsy/javalin-testing-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tipsy/javalin-testing-example
- Owner: tipsy
- License: apache-2.0
- Created: 2020-01-18T19:54:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T08:19:02.000Z (over 3 years ago)
- Last Synced: 2025-04-13T16:08:38.184Z (9 months ago)
- Language: Java
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`