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
Path s |
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 |
static AbstractPathAssert<?> |
Assumptions.assumeThat(Path actual)
Creates a new instance of
PathAssert assumption. |
default AbstractPathAssert<?> |
WithAssumptions.assumeThat(Path actual)
Creates a new instance of
assumption. |
static AbstractPathAssert<?> |
BDDAssertions.then(Path actual)
Creates a new instance of
PathAssert |
Copyright © 2014–2019 AssertJ. All rights reserved.