| Package | Description |
|---|---|
| org.spockframework.mock |
| Class and Description |
|---|
| CannotCreateMockException
Thrown when an attempt to create a mock object fails.
|
| DefaultEqualsInteraction |
| DefaultHashCodeInteraction |
| DefaultInteraction |
| DefaultInteractionScope |
| DefaultMockFactory
Some implementation details of this class are stolen from Spring, EasyMock
Class Extensions, and this thread:
http://www.nabble.com/Callbacks%2C-classes-and-instances-to4092596.html
|
| DefaultStubbedInteraction |
| DefaultToStringInteraction |
| IArgumentConstraint
A constraint on an invocation argument.
|
| IInteractionScope
An interaction scope holds a group of interactions that will be verified,
and thereafter removed, at the same time.
|
| IInvocationConstraint |
| IInvocationDispatcher |
| IMockFactory |
| IMockInteraction
An anticipated interaction between the SUT and one or more mock objects.
|
| IMockInvocation
A method invocation on a mock object.
|
| IMockObject |
| InteractionBuilder |
| InteractionNotSatisfiedError
Base class for exceptions indicating that one or more interactions
have not been satisfied (i.e.
|
| IResultGenerator
Generates return values for invocations on mock objects.
|
| SingleResultGenerator |
| SpreadWildcardArgumentConstraint |
| WildcardArgumentConstraint |
| WildcardMethodNameConstraint |
Copyright © 2013. All rights reserved