public class AbstractShouldHaveTextContent extends BasicErrorMessageFactory
| Modifier and Type | Field and Description |
|---|---|
protected String |
diffs |
arguments, format| Constructor and Description |
|---|
AbstractShouldHaveTextContent(String format,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
String |
create(Description d)
Creates a new error message as a result of a failed assertion.
|
protected static String |
diffsAsString(List<String> diffsList) |
equals, hashCode, toStringprotected String diffs
public String create(Description d)
BasicErrorMessageFactorycreate in interface ErrorMessageFactorycreate in class BasicErrorMessageFactoryd - the description of the failed assertion.Copyright © 2013 AssertJ. All Rights Reserved.