Uses of Class
org.assertj.core.api.NotThrownAssert
-
Packages that use NotThrownAssert Package Description org.assertj.core.api -
-
Uses of NotThrownAssert in org.assertj.core.api
Methods in org.assertj.core.api that return NotThrownAssert Modifier and Type Method Description static 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.NotThrownAssertNotThrownAssert. 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.
-