public class InteractionScope extends java.lang.Object implements IInteractionScope
Constructor and Description |
---|
InteractionScope() |
Modifier and Type | Method and Description |
---|---|
void |
addInteraction(IMockInteraction interaction) |
void |
addOrderingBarrier() |
void |
addUnmatchedInvocation(IMockInvocation invocation) |
IMockInteraction |
match(IMockInvocation invocation) |
void |
verifyInteractions() |
public void addInteraction(IMockInteraction interaction)
addInteraction
in interface IInteractionScope
public void addOrderingBarrier()
addOrderingBarrier
in interface IInteractionScope
public void addUnmatchedInvocation(IMockInvocation invocation)
addUnmatchedInvocation
in interface IInteractionScope
public IMockInteraction match(IMockInvocation invocation)
match
in interface IInteractionScope
public void verifyInteractions()
verifyInteractions
in interface IInteractionScope
Copyright © 2016. All rights reserved