|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.expectation_group.MockableMethodsTableModelBuilder
public class MockableMethodsTableModelBuilder
A class for building a MockCentralTableModel containing
MockableMethod instances.
| Constructor Summary | |
|---|---|
MockableMethodsTableModelBuilder(IMethodsListEditor methodsListEditor)
Creates a new instance. |
|
| Method Summary | |
|---|---|
MockCentralTableModel<MockableMethod> |
getTableModel(java.lang.Class<?> clazz,
boolean includeObjectMethods,
boolean allowOverloads)
Returns a new MockCentralTableModel containing the available
Method instances to use to automatically generate Mock
Object method expectations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockableMethodsTableModelBuilder(IMethodsListEditor methodsListEditor)
methodsListEditor - the IMethodsListEditor.| Method Detail |
|---|
public MockCentralTableModel<MockableMethod> getTableModel(java.lang.Class<?> clazz,
boolean includeObjectMethods,
boolean allowOverloads)
MockCentralTableModel containing the available
Method instances to use to automatically generate Mock
Object method expectations.
clazz - the Class of the interface used for the Mock Object.includeObjectMethods - whether to include methods from
java.lang.Object.allowOverloads - whether overloaded methods should be added to the
model.
MockCentralTableModel containing the available
Method instances to use to automatically generate Mock
Object method expectations.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||