Uses of Class
org.assertj.core.api.NotThrownAssert
Packages that use NotThrownAssert
-
Uses of NotThrownAssert in org.assertj.core.api
Methods in org.assertj.core.api that return NotThrownAssertModifier and TypeMethodDescriptionstatic NotThrownAssertAssertions.assertThatNoException()Entry point to check that no exception of any type is thrown by a giventhrowingCallable.static NotThrownAssertAssertionsForClassTypes.assertThatNoException()Entry point to check that no exception of any type is thrown by a giventhrowingCallable.default NotThrownAssertWithAssertions.assertThatNoException()Entry point to check that no exception of any type is thrown by a giventhrowingCallable.NotThrownAssert.describedAs(Description description) Sets the description of the assertion that is going to be called after.static NotThrownAssertBDDAssertions.thenNoException()Entry point to check that no exception of any type is thrown by a giventhrowingCallable.