org.easymock.internal
Interface IMocksBehavior

All Known Implementing Classes:
MocksBehavior

public interface IMocksBehavior

Author:
OFFIS, Tammo Freese

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()
           
 

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-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.