assertThatThrownBy.doesNotThrowAnyException()fails when no exception is thrown#2517 New issue Open Description TheBestPessimist openedon Mar 7, 2022 Summary Duplicate of#1787because that is closed: Example funthisFunctionDoesNothing() {println("i did nothing") } @Testfun`this test should not fai...