Vitali Plagov
01/03/2020, 7:43 AMkotlintest-assertions
dependency is available at Maven Central and added it instead of pulling the whole kotlintest-runner-junit5
. But then my test failed at this code with Could not initialize class kotlin.jvm.internal.Reflection
shouldThrowExactly<IllegalStateException> {
service.login(user)
}.shouldHaveMessage("Request failed with response code 401")
So, turns out I can’t use just kotlintest-assertions
if I only need assertions?