| 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 | Method and Description |
|---|---|
static AbstractPathAssert<?> |
AssertionsForInterfaceTypes.assertThat(java.nio.file.Path actual)
Creates a new instance of
PathAssert |
static AbstractPathAssert<?> |
Assertions.assertThat(java.nio.file.Path actual)
Creates a new instance of
PathAssert |
default AbstractPathAssert<?> |
WithAssertions.assertThat(java.nio.file.Path actual)
Delegate call to
Assertions.assertThat(Path) |
static AbstractPathAssert<?> |
BDDAssertions.then(java.nio.file.Path actual)
Creates a new instance of
PathAssert |