com.mockobjects.dynamic

Class VoidStub

Implemented Interfaces:
Callable, Verifiable

public class VoidStub
extends CallStub

Method Summary

Object
call(Mock mock, String methodName, Object[] args)
String
getDescription()

Methods inherited from class com.mockobjects.dynamic.CallStub

matches, verify

Method Details

call

public Object call(Mock mock,
                   String methodName,
                   Object[] args)
            throws Throwable
Specified by:
call in interface Callable

getDescription

public String getDescription()
Specified by:
getDescription in interface Callable

Copyright © 2002 Mock Objects. All Rights Reserved.