public interface ExpectationErrorTranslator
| Modifier and Type | Method and Description |
|---|---|
Error |
translate(ExpectationError e)
Translates the given
ExpectationError into an error
type compatible with another testing framework. |
Error translate(ExpectationError e)
ExpectationError into an error
type compatible with another testing framework.e - The ExpectationError to translate.Copyright © 2003–2022 jMock. All rights reserved.