Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractFileAssert<SELF extends AbstractFileAssert<SELF>> |
Base class for all implementations of assertions for
File s. |
Modifier and Type | Class | Description |
---|---|---|
class |
FileAssert |
Assertion methods for
File s. |
Modifier and Type | Method | Description |
---|---|---|
static AbstractFileAssert<?> |
Assertions.assertThat(File actual) |
Creates a new instance of
. |
static AbstractFileAssert<?> |
AssertionsForClassTypes.assertThat(File actual) |
Creates a new instance of
. |
static AbstractFileAssert<?> |
Java6Assertions.assertThat(File actual) |
Creates a new instance of
. |
default AbstractFileAssert<?> |
WithAssertions.assertThat(File actual) |
Delegate call to
Assertions.assertThat(File) |
static AbstractFileAssert<?> |
BDDAssertions.then(File actual) |
Creates a new instance of
. |
static AbstractFileAssert<?> |
Java6BDDAssertions.then(File actual) |
Creates a new instance of
. |
Copyright © 2014–2019. All rights reserved.