|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Error junit.framework.AssertionFailedError org.jmock.core.DynamicMockError
public class DynamicMockError
Field Summary | |
---|---|
InvocationDispatcher |
dispatcher
|
DynamicMock |
dynamicMock
|
Invocation |
invocation
|
Constructor Summary | |
---|---|
DynamicMockError(DynamicMock dynamicMock,
Invocation invocation,
InvocationDispatcher dispatcher,
String message)
|
Method Summary | |
---|---|
String |
getMessage()
|
StringBuffer |
writeTo(StringBuffer buffer)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final DynamicMock dynamicMock
public final Invocation invocation
public final InvocationDispatcher dispatcher
Constructor Detail |
---|
public DynamicMockError(DynamicMock dynamicMock, Invocation invocation, InvocationDispatcher dispatcher, String message)
Method Detail |
---|
public StringBuffer writeTo(StringBuffer buffer)
public String getMessage()
getMessage
in class Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |