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
Exception
public static void assertFileEquals(org.springframework.core.io.Resource expected, org.springframework.core.io.Resource actual) throws Exception
Exception
public static void assertLineCount(int expectedLineCount, File file) throws Exception
Exception
Copyright © 2014 Pivotal. All rights reserved.