org.assertj.core.api
Class FileAssert

java.lang.Object
  extended by org.assertj.core.api.AbstractAssert<S,File>
      extended by org.assertj.core.api.AbstractFileAssert<FileAssert>
          extended by org.assertj.core.api.FileAssert
All Implemented Interfaces:
Assert<FileAssert,File>, Descriptable<FileAssert>, ExtensionPoints<FileAssert,File>

public class FileAssert
extends AbstractFileAssert<FileAssert>

Assertion methods for Files.

To create a new instance of this class, invoke Assertions.assertThat(File).

Author:
David DIDIER, Yvonne Wang, Alex Ruiz, Olivier Michallat, Olivier Demeijer, Mikhail Mazursky

Field Summary
 
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
 
Constructor Summary
protected FileAssert(File actual)
           
 
Method Summary
 
Methods inherited from class org.assertj.core.api.AbstractFileAssert
canRead, canWrite, doesNotExist, exists, hasBinaryContent, hasContent, hasContentEqualTo, hasExtension, hasName, hasNoParent, hasParent, hasParent, isAbsolute, isDirectory, isFile, isRelative, usingCharset, usingCharset
 
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileAssert

protected FileAssert(File actual)


Copyright © 2013–2015 AssertJ. All rights reserved.