public class ShouldHaveContent extends AbstractShouldHaveTextContent
diffsarguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldHaveContent(File actual,
Charset charset,
List<Delta<String>> diffs)
Creates a new
. |
static ErrorMessageFactory |
shouldHaveContent(Path actual,
Charset charset,
List<Delta<String>> diffs)
Creates a new
. |
create, diffsAsStringcreate, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldHaveContent(File actual, Charset charset, List<Delta<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.public static ErrorMessageFactory shouldHaveContent(Path actual, Charset charset, List<Delta<String>> diffs)
ShouldHaveContent.actual - the actual path in the failed assertion.charset - the charset that was used to read the path.diffs - the differences between actual and the expected text that was provided in the assertion.ErrorMessageFactory.Copyright © 2014–2019 AssertJ. All rights reserved.