public static class Expect.ExpectationGatherer extends FailureStrategy
| Constructor and Description |
|---|
ExpectationGatherer()
|
ExpectationGatherer(boolean showStackTrace)
|
| Modifier and Type | Method and Description |
|---|---|
void |
fail(String
|
void |
fail(String
|
void |
failComparing(String
|
List |
getMessages()
|
String |
toString()
|
public ExpectationGatherer()
public ExpectationGatherer(boolean showStackTrace)
public void fail(Stringmessage)
public void failComparing(Stringmessage, CharSequence expected, CharSequence actual)
public List<com .common .truth .Expect .ExpectationFailure > getMessages()
public StringtoString()