Groovy 1.7.0

Package groovy.mock.interceptor

The groovy.mock.interceptor is an all-groovy mock testing library.

 

Class Summary
CallSpec
Demand The object that registers method calls on it for the use with Mocks and Stubs.
LooseExpectation Expects demanded call cardinalities to match demanded ranges.
MockFor Facade over the Mocking details.
MockInterceptor Intercepting calls to the collaborating object and notify the expectation object.
MockProxyMetaClass The ProxyMetaClass for the MockInterceptor.
StrictExpectation Expects demanded call cardinalities to match demanded ranges in the sequence of recording.
StubFor Facade over the Stubbing details.
 


Copyright © 2003-2009 The Codehaus. All rights reserved.