Class 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
  • Constructor Details

    • FileAssert

      public FileAssert(File actual)