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
File s. |
Modifier and Type | Class and Description |
---|---|
class |
FileAssert
Assertion methods for
File s. |
Modifier and Type | Method and Description |
---|---|
default AbstractFileAssert<?> |
WithAssertions.assertThat(File actual)
Creates a new instance of
. |
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
. |
static AbstractFileAssert<?> |
Assumptions.assumeThat(File actual)
Creates a new instance of
assumption. |
default AbstractFileAssert<?> |
WithAssumptions.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 © 2014–2019 AssertJ. All rights reserved.