| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPathAssert<SELF extends AbstractPathAssert<SELF>>
Assertions for
Path objects |
| Modifier and Type | Class and Description |
|---|---|
class |
PathAssert
Assertion class for
Paths |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<Path,AbstractPathAssert<?>> |
InstanceOfAssertFactories.PATH
InstanceOfAssertFactory for a Path. |
| Modifier and Type | Method and Description |
|---|---|
default AbstractPathAssert<?> |
WithAssertions.assertThat(Path actual)
Creates a new instance of
PathAssert |
static AbstractPathAssert<?> |
AssertionsForInterfaceTypes.assertThat(Path actual)
Creates a new instance of
PathAssert |
static AbstractPathAssert<?> |
Assertions.assertThat(Path actual)
Creates a new instance of
PathAssert |
default AbstractPathAssert<?> |
WithAssertions.assertThatPath(Path actual)
Creates a new instance of
PathAssert |
default AbstractPathAssert<?> |
StandardSoftAssertionsProvider.assertThatPath(Path actual)
Creates a new, proxied instance of a
PathAssert |
static AbstractPathAssert<?> |
PathAssert.assertThatPath(Path actual) |
static AbstractPathAssert<?> |
AssertionsForInterfaceTypes.assertThatPath(Path actual)
Creates a new instance of
PathAssert |
static AbstractPathAssert<?> |
Assertions.assertThatPath(Path actual)
Creates a new instance of
PathAssert |
default AbstractPathAssert<?> |
WithAssumptions.assumeThat(Path actual)
Creates a new instance of
assumption. |
static AbstractPathAssert<?> |
Assumptions.assumeThat(Path actual)
Creates a new instance of
PathAssert assumption. |
static AbstractPathAssert<?> |
Assumptions.assumeThatPath(Path actual)
Creates a new instance of
assumption. |
static AbstractPathAssert<?> |
BDDAssumptions.given(Path actual)
Creates a new assumption's instance for a
Path value. |
static AbstractPathAssert<?> |
BDDAssumptions.givenPath(Path actual)
Creates a new assumption's instance of a
value. |
static AbstractPathAssert<?> |
BDDAssertions.then(Path actual)
Creates a new instance of
PathAssert |
default AbstractPathAssert<?> |
BDDSoftAssertionsProvider.thenPath(Path actual)
Creates a new instance of
PathAssert |
static AbstractPathAssert<?> |
BDDAssertions.thenPath(Path actual)
Creates a new instance of
PathAssert |
Copyright © 2025. All rights reserved.