June 2018
Intermediate to advanced
310 pages
6h 32m
English
Now add the following basic test:
@Testfun `Make sure that all cats are returned`() { val response = get("/api/v1/cats") assertEquals(response.statusCode(), 200) val body = response.asJson() assertTrue(body.size() > 0)}
To make sure you understand how everything works together, here are some more assignments you may wish to do:
Read now
Unlock full access