Package org.fest.assertions
Class FileContentComparator
java.lang.Object
org.fest.assertions.FileContentComparator
Compares the contents of two files.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) FileContentComparator.LineDiff[]
compareContents
(File actual, File expected) private LineNumberReader
readerFor
(InputStream inputStream) private List<FileContentComparator.LineDiff>
verifyEqualContent
(LineNumberReader actual, LineNumberReader expected)
-
Field Details
-
EOF
- See Also:
-
-
Constructor Details
-
FileContentComparator
FileContentComparator()
-
-
Method Details
-
compareContents
- Throws:
IOException
-
readerFor
-
verifyEqualContent
private List<FileContentComparator.LineDiff> verifyEqualContent(LineNumberReader actual, LineNumberReader expected) throws IOException - Throws:
IOException
-