December 2017
Intermediate to advanced
260 pages
7h 34m
English
We need to add JUnit and Ktor dependencies in the build.gradle file to test the application:
// Testing testCompile group: 'junit', name: 'junit', version: '4.12' testCompile "io.ktor:ktor-server-test-host:$ktor_version"
Read now
Unlock full access