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
File s. |
Modifier and Type | Class and Description |
---|---|
class |
FileAssert
Assertion methods for
File s. |
Modifier and Type | Method and Description |
---|---|
static AbstractFileAssert<?> |
Assertions.assertThat(File actual)
Creates a new instance of
. |
static AbstractFileAssert<?> |
BDDAssertions.then(File actual)
Creates a new instance of
. |
Copyright © 2013-2015 AssertJ. All Rights Reserved.