org.easymock.internal
Interface IMocksBehavior

All Superinterfaces:
ILegacyMatcherMethods
All Known Implementing Classes:
MocksBehavior

public interface IMocksBehavior
extends ILegacyMatcherMethods


Method Summary
 Result addActual(Invocation invocation)
           
 void addExpected(ExpectedInvocation expected, Result result, Range count)
           
 void addStub(ExpectedInvocation expected, Result result)
           
 void checkOrder(boolean value)
           
 void checkThreadSafety()
           
 boolean isThreadSafe()
           
 void makeThreadSafe(boolean isThreadSafe)
           
 void shouldBeUsedInOneThread(boolean shouldBeUsedInOneThread)
           
 void verify()
           
 
Methods inherited from interface org.easymock.internal.ILegacyMatcherMethods
setDefaultMatcher, setMatcher
 

Method Detail

addExpected

void addExpected(ExpectedInvocation expected,
                 Result result,
                 Range count)

addStub

void addStub(ExpectedInvocation expected,
             Result result)

checkOrder

void checkOrder(boolean value)

makeThreadSafe

void makeThreadSafe(boolean isThreadSafe)

shouldBeUsedInOneThread

void shouldBeUsedInOneThread(boolean shouldBeUsedInOneThread)

addActual

Result addActual(Invocation invocation)

isThreadSafe

boolean isThreadSafe()

checkThreadSafety

void checkThreadSafety()

verify

void verify()


Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>