public interface ExpectationErrorTranslator
| Modifier and Type | Method and Description |
|---|---|
java.lang.Error |
translate(ExpectationError e)
Translates the given
ExpectationError into an error
type compatible with another testing framework. |
java.lang.Error translate(ExpectationError e)
ExpectationError into an error
type compatible with another testing framework.e - The ExpectationError to translate.