|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.expectation_group.MockableMethodDescriber
public class MockableMethodDescriber
Utility class for creating String descriptions of
MockableMethod instances.
| Constructor Summary | |
|---|---|
MockableMethodDescriber()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getDescription(MockableMethod mockableMethod,
java.lang.Class<?> interfaceClass)
Returns a descriptive String representing the supplied MockableMethod. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockableMethodDescriber()
| Method Detail |
|---|
public static java.lang.String getDescription(MockableMethod mockableMethod,
java.lang.Class<?> interfaceClass)
MockableMethod.
mockableMethod - the MockableMethod to be described.interfaceClass - the interface class of the Mock Object declaring
the class. This value is used to append the interface to the description.
Method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||