| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method and Description |
|---|---|
default NotThrownAssert |
WithAssertions.assertThatNoException()
Entry point to check that no exception of any type is thrown by a given
throwingCallable. |
static NotThrownAssert |
AssertionsForClassTypes.assertThatNoException()
Entry point to check that no exception of any type is thrown by a given
throwingCallable. |
static NotThrownAssert |
Assertions.assertThatNoException()
Entry point to check that no exception of any type is thrown by a given
throwingCallable. |
NotThrownAssert |
NotThrownAssert.describedAs(Description description)
Sets the description of the assertion that is going to be called after.
|
static NotThrownAssert |
BDDAssertions.thenNoException()
Entry point to check that no exception of any type is thrown by a given
throwingCallable. |
Copyright © 2025. All rights reserved.