public interface ErrorMessageFactory
| Modifier and Type | Method and Description |
|---|---|
String |
create()
Creates a new error message as a result of a failed assertion without description.
|
String |
create(Description d,
Representation p)
Creates a new error message as a result of a failed assertion.
|
String create(Description d, Representation p)
d - the description of the failed assertion.p - String create()
Copyright © 2013-2014 AssertJ. All Rights Reserved.