September 2019
Intermediate to advanced
462 pages
11h 3m
English
A canary test is a test that asserts that true is equal to true. That sounds silly, as it appears that such a test isn’t doing much, but starting with a canary test is a good way to verify that the project is set up properly with the necessary tools. If we run into any errors at this stage, it’s easier to ask for help, in a team setting, from just about anyone who knows the tools.
From the design diagram we saw in The Code Under Test, the AirportTest is a good starting point. Let’s create a test suite, using KotlinTest, with just one test in it.
Practice Along by Starting with a Sample Project | |
|---|---|
|
|
The best way to gain ... |
Read now
Unlock full access