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