In KotlinTest we use it for many things, such as v...
# kotlintest
l
In KotlinTest we use it for many things, such as verifying exceptions:
Copy code
shouldThrow<RuntimeException> {
    codeThatThrows()
}