Package org.assertj.core.api
Class FileAssert
- All Implemented Interfaces:
Assert<FileAssert,
,File> Descriptable<FileAssert>
,ExtensionPoints<FileAssert,
File>
Assertion methods for
File
s.
To create a new instance of this class, invoke
.
Assertions.assertThat(File)
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractFileAssert
charset, files
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, conditions, info, myself, objects
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.assertj.core.api.AbstractFileAssert
canRead, canWrite, doesNotExist, exists, hasBinaryContent, hasContent, hasContentEqualTo, hasExtension, hasName, hasNoParent, hasParent, hasParent, hasSameContentAs, hasSameContentAs, isAbsolute, isDirectory, isFile, isRelative, usingCharset, usingCharset
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
-
Constructor Details
-
FileAssert
-