Uses of Class
org.assertj.core.api.AbstractFileAssert
-
Packages that use AbstractFileAssert Package Description org.assertj.core.api -
-
Uses of AbstractFileAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractFileAssert Modifier and Type Class Description classAbstractFileAssert<SELF extends AbstractFileAssert<SELF>>Base class for all implementations of assertions forFiles.classAbstractFileSizeAssert<SELF extends AbstractFileAssert<SELF>>Base class for file size assertions.Subclasses of AbstractFileAssert in org.assertj.core.api Modifier and Type Class Description classFileAssertAssertion methods forFiles.Fields in org.assertj.core.api declared as AbstractFileAssert Modifier and Type Field Description private AbstractFileAssert<FileAssert>FileSizeAssert. fileAssertFields in org.assertj.core.api with type parameters of type AbstractFileAssert Modifier and Type Field Description static InstanceOfAssertFactory<File,AbstractFileAssert<?>>InstanceOfAssertFactories. FILEInstanceOfAssertFactoryfor aFile.Methods in org.assertj.core.api that return AbstractFileAssert Modifier and Type Method Description static AbstractFileAssert<?>Assertions. assertThat(File actual)Creates a new instance of.FileAssertstatic AbstractFileAssert<?>AssertionsForClassTypes. assertThat(File actual)Creates a new instance of.FileAssertstatic AbstractFileAssert<?>Java6Assertions. assertThat(File actual)Deprecated.Creates a new instance of.FileAssertdefault AbstractFileAssert<?>WithAssertions. assertThat(File actual)Creates a new instance of.FileAssertstatic AbstractFileAssert<?>Assumptions. assumeThat(File actual)Creates a new instance ofassumption.FileAssertdefault AbstractFileAssert<?>WithAssumptions. assumeThat(File actual)Creates a new instance ofassumption.FileAssertstatic AbstractFileAssert<?>BDDAssumptions. given(File actual)Creates a new assumption's instance for aFilevalue.abstract AbstractFileAssert<SELF>AbstractFileSizeAssert. returnToFile()Returns to the file on which we ran size assertions on.AbstractFileAssert<FileAssert>FileSizeAssert. returnToFile()static AbstractFileAssert<?>BDDAssertions. then(File actual)Creates a new instance of.FileAssertstatic AbstractFileAssert<?>Java6BDDAssertions. then(File actual)Deprecated.Creates a new instance of.FileAssertConstructors in org.assertj.core.api with parameters of type AbstractFileAssert Constructor Description FileSizeAssert(AbstractFileAssert<FileAssert> fileAssert)
-