Uses of Class
org.assertj.core.api.NotThrownAssert
Packages that use NotThrownAssert
-
Uses of NotThrownAssert in org.assertj.core.api
Classes in org.assertj.core.api that implement interfaces with type arguments of type NotThrownAssertModifier and TypeClassDescriptionclassAssertion class checking aThrowableAssert.ThrowingCallablethrows no exception.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.