static fun assertExceptionThrown(message: String!, exceptionType: Class<out Throwable!>!, method: Runnable!): Unit
Assert that expected exception has been thrown.
message
- String!: message if the exception has been not occurred
exceptionType
- Class<out Throwable!>!: exception to be thrown
method
- Runnable!: invoked method