Name |
Description |
DummyMethodCall |
|
IdentityFactory |
|
MethodCallWithReference |
Represents a method call for which the caller has been specified. |
MethodCallWithReferenceTest |
|
MutableMethodCall |
|
NoMethodCall |
Represents an absence of method call. Is used for example when a fixtures has 'constructor: false'. The difference
with 'null' would be that null represents the absence of a method specified, which in the context of the constructor
is very different from specifying "no call". |
NoMethodCallTest |
|
OptionalMethodCall |
Represents a method call that should be called or not based on the given probability. |
OptionalMethodCallTest |
|
SimpleMethodCall |
Minimalist implementation. |
SimpleMethodCallTest |
|