public abstract class AssertFile extends Object
| Constructor and Description |
|---|
AssertFile() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertFileEquals(File expected,
File actual) |
static void |
assertFileEquals(org.springframework.core.io.Resource expected,
org.springframework.core.io.Resource actual) |
static void |
assertLineCount(int expectedLineCount,
File file) |
static void |
assertLineCount(int expectedLineCount,
org.springframework.core.io.Resource resource) |
public static void assertFileEquals(File expected, File actual) throws Exception
Exceptionpublic static void assertFileEquals(org.springframework.core.io.Resource expected,
org.springframework.core.io.Resource actual)
throws Exception
Exceptionpublic static void assertLineCount(int expectedLineCount,
File file)
throws Exception
ExceptionCopyright © 2014 Pivotal. All rights reserved.