Package net.ggtools.grand.utils
Class FileComparatorTest
- java.lang.Object
-
- net.ggtools.grand.utils.FileComparatorTest
-
public class FileComparatorTest extends Object
Test case for the FileComparator class.- Author:
- Christophe Labouisse
-
-
Constructor Summary
Constructors Constructor Description FileComparatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAssertDifferentLinesMatch()Method testAssertDifferentLinesMatch.voidtestAssertDifferentSizesMatch()Method testAssertDifferentSizesMatch.voidtestAssertOverrideLinesMatch()Method testAssertOverrideLinesMatch.voidtestAssertOverrideSizesMatch()Method testAssertOverrideSizesMatch.voidtestAssertSelfLinesMatch()Method testAssertSelfLinesMatch.voidtestAssertSelfSizesMatch()Method testAssertSelfSizesMatch.
-
-
-
Method Detail
-
testAssertSelfSizesMatch
public final void testAssertSelfSizesMatch()
Method testAssertSelfSizesMatch.
-
testAssertOverrideSizesMatch
public final void testAssertOverrideSizesMatch()
Method testAssertOverrideSizesMatch.
-
testAssertDifferentSizesMatch
public final void testAssertDifferentSizesMatch()
Method testAssertDifferentSizesMatch.
-
testAssertSelfLinesMatch
public final void testAssertSelfLinesMatch() throws IOExceptionMethod testAssertSelfLinesMatch.- Throws:
IOException- if comparator fails
-
testAssertOverrideLinesMatch
public final void testAssertOverrideLinesMatch() throws IOExceptionMethod testAssertOverrideLinesMatch.- Throws:
IOException- if comparator fails
-
testAssertDifferentLinesMatch
public final void testAssertDifferentLinesMatch() throws IOExceptionMethod testAssertDifferentLinesMatch.- Throws:
IOException- if comparator fails
-
-