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