noob kotlintest question. I have a function that l...
# kotlintest
a
noob kotlintest question. I have a function that launches a coroutine and I need to validate that the coroutine threw an exception. I am using
shouldThrow<IllegalStateException>
to check for the exception. The test fails saying no exception was thrown, but i can see in standard error that my exception is being thrown. anyone know off hand if i am doing something dumb?