October 2019
Intermediate to advanced
434 pages
11h 54m
English
Many testing frameworks include common functions for validating the state of your tests. These types of functions may include things such as the following:
The kotlin.test package includes a variety of top-level functions aimed to provide similar functionality, independent of any specific testing framework. A few examples of these kotlin.test functions include the following:
These functions aim to provide common default functionality as a first-class supported aspect of the Kotlin core libraries.
Read now
Unlock full access