| 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. |
class |
AbstractFileSizeAssert<SELF extends AbstractFileAssert<SELF>>
Base class for file size assertions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileAssert
Assertion methods for
Files. |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<File,AbstractFileAssert<?>> |
InstanceOfAssertFactories.FILE
InstanceOfAssertFactory for a File. |
| Modifier and Type | Method and Description |
|---|---|
default AbstractFileAssert<?> |
WithAssertions.assertThat(File actual)
Creates a new instance of
. |
static AbstractFileAssert<?> |
Java6Assertions.assertThat(File actual)
Deprecated.
Creates a new instance of
. |
static AbstractFileAssert<?> |
AssertionsForClassTypes.assertThat(File actual)
Creates a new instance of
. |
static AbstractFileAssert<?> |
Assertions.assertThat(File actual)
Creates a new instance of
. |
default AbstractFileAssert<?> |
WithAssumptions.assumeThat(File actual)
Creates a new instance of
assumption. |
static AbstractFileAssert<?> |
Assumptions.assumeThat(File actual)
Creates a new instance of
assumption. |
static AbstractFileAssert<?> |
BDDAssumptions.given(File actual)
Creates a new assumption's instance for a
File value. |
AbstractFileAssert<FileAssert> |
FileSizeAssert.returnToFile() |
abstract AbstractFileAssert<SELF> |
AbstractFileSizeAssert.returnToFile()
Returns to the file on which we ran size assertions on.
|
static AbstractFileAssert<?> |
Java6BDDAssertions.then(File actual)
Deprecated.
Creates a new instance of
. |
static AbstractFileAssert<?> |
BDDAssertions.then(File actual)
Creates a new instance of
. |
| Constructor and Description |
|---|
FileSizeAssert(AbstractFileAssert<FileAssert> fileAssert) |
Copyright © 2025. All rights reserved.