| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPathAssert<S extends AbstractPathAssert<S>>
Assertions for
Path objects |
| Modifier and Type | Class and Description |
|---|---|
class |
PathAssert
Assertion class for
Paths |
| Modifier and Type | Method and Description |
|---|---|
default AbstractPathAssert<?> |
WithAssertions.assertThat(Path actual)
Delegate call to
Assertions.assertThat(Path) |
static AbstractPathAssert<?> |
AssertionsForInterfaceTypes.assertThat(Path actual)
Creates a new instance of
PathAssert |
static AbstractPathAssert<?> |
Assertions.assertThat(Path actual)
Creates a new instance of
PathAssert |
static AbstractPathAssert<?> |
BDDAssertions.then(Path actual)
Creates a new instance of
PathAssert |
Copyright © 2014–2017 AssertJ. All rights reserved.