|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jmock.integration.junit3.JUnit3ErrorTranslator
public class JUnit3ErrorTranslator
Translates ExpectationErrors into JUnit's
junit.framework.AssertionFailedErrors.
| Field Summary | |
|---|---|
static JUnit3ErrorTranslator |
INSTANCE
|
| Method Summary | |
|---|---|
java.lang.Error |
translate(ExpectationError e)
Translates the given ExpectationError into an error
type compatible with another testing framework. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final JUnit3ErrorTranslator INSTANCE
| Method Detail |
|---|
public java.lang.Error translate(ExpectationError e)
ExpectationErrorTranslatorExpectationError into an error
type compatible with another testing framework.
translate in interface ExpectationErrorTranslatore - The ExpectationError to translate.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||