public class ShouldHaveContent extends AbstractShouldHaveTextContent
diffsarguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldHaveContent(File actual,
Charset charset,
List<String> diffs)
Creates a new
. |
create, diffsAsStringequals, hashCode, toStringpublic static ErrorMessageFactory shouldHaveContent(File actual, Charset charset, List<String> diffs)
ShouldHaveContent.actual - the actual file in the failed assertion.charset - the charset that was used to read the file.diffs - the differences between actual and the expected text that was provided in the assertion.ErrorMessageFactory.Copyright © 2013 AssertJ. All Rights Reserved.