public abstract class AssertFile
extends java.lang.Object
Constructor and Description |
---|
AssertFile() |
Modifier and Type | Method and Description |
---|---|
static void |
assertFileEquals(java.io.File expected,
java.io.File actual) |
static void |
assertFileEquals(org.springframework.core.io.Resource expected,
org.springframework.core.io.Resource actual) |
static void |
assertLineCount(int expectedLineCount,
java.io.File file) |
static void |
assertLineCount(int expectedLineCount,
org.springframework.core.io.Resource resource) |
public static void assertFileEquals(java.io.File expected, java.io.File actual) throws java.lang.Exception
java.lang.Exception
public static void assertFileEquals(org.springframework.core.io.Resource expected, org.springframework.core.io.Resource actual) throws java.lang.Exception
java.lang.Exception
public static void assertLineCount(int expectedLineCount, java.io.File file) throws java.lang.Exception
java.lang.Exception
public static void assertLineCount(int expectedLineCount, org.springframework.core.io.Resource resource) throws java.lang.Exception
java.lang.Exception