Issue#10 Add additional Test for missing field and exact copy of how the CodeKataSessionExpirationTest should look

This commit is contained in:
Gergely Hegedus 2022-01-24 21:56:52 +02:00
parent 2f26467558
commit e2f26b0271
3 changed files with 137 additions and 49 deletions

View file

@ -138,7 +138,7 @@ The core tests are the simplest, we will look into how to use mockito to mock cl
Next we will look how to test flows.
#### Networking
Open the [networking instruction set](./codekata/networking.instructionset).
Open the [networking instruction set](./codekata/networking.instructionset.md).
The networking instruction set will show you how to test network request with mockwebserver.