| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileAssert<SELF extends AbstractFileAssert<SELF>>
Base class for all implementations of assertions for
Files. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileAssert
Assertion methods for
Files. |
| Modifier and Type | Method and Description |
|---|---|
static AbstractFileAssert<?> |
Assertions.assertThat(File actual)
Creates a new instance of
. |
static AbstractFileAssert<?> |
Java6Assertions.assertThat(File actual)
Creates a new instance of
. |
static AbstractFileAssert<?> |
Assumptions.assumeThat(File actual)
Creates a new instance of
assumption. |
static AbstractFileAssert<?> |
Java6BDDAssertions.then(File actual)
Creates a new instance of
. |
static AbstractFileAssert<?> |
BDDAssertions.then(File actual)
Creates a new instance of
. |
Copyright © 2013–2018 AssertJ. All rights reserved.