| Class | Description | 
|---|---|
| AbstractClosureProxy | Skeleton implementation of a wrapper class for closures that allows you to intercept invocations of the closure. | 
| MockClosureProxy | This closure proxy stores an expectation and checks it before each call to the target closure. |