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 void
testAssertDifferentLinesMatch()
Method testAssertDifferentLinesMatch.void
testAssertDifferentSizesMatch()
Method testAssertDifferentSizesMatch.void
testAssertOverrideLinesMatch()
Method testAssertOverrideLinesMatch.void
testAssertOverrideSizesMatch()
Method testAssertOverrideSizesMatch.void
testAssertSelfLinesMatch()
Method testAssertSelfLinesMatch.void
testAssertSelfSizesMatch()
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 IOException
Method testAssertSelfLinesMatch.- Throws:
IOException
- if comparator fails
-
testAssertOverrideLinesMatch
public final void testAssertOverrideLinesMatch() throws IOException
Method testAssertOverrideLinesMatch.- Throws:
IOException
- if comparator fails
-
testAssertDifferentLinesMatch
public final void testAssertDifferentLinesMatch() throws IOException
Method testAssertDifferentLinesMatch.- Throws:
IOException
- if comparator fails
-
-