| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileAssert<S extends AbstractFileAssert<S>>
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<?> |
Java6Assertions.assertThat(File actual)
Creates a new instance of
. |
static AbstractFileAssert<?> |
Assertions.assertThat(File actual)
Creates a new instance of
. |
static AbstractFileAssert<?> |
BDDAssertions.then(File actual)
Creates a new instance of
. |
static AbstractFileAssert<?> |
Java6BDDAssertions.then(File actual)
Creates a new instance of
. |
Copyright © 2013–2016 AssertJ. All rights reserved.