public interface ErrorMessageFactory
Modifier and Type | Method and Description |
---|---|
java.lang.String |
create(Description d)
Creates a new error message as a result of a failed assertion.
|
java.lang.String create(Description d)
d
- the description of the failed assertion.Copyright © 2007–2018. All rights reserved.