public class DefaultInteractionScope extends java.lang.Object implements IInteractionScope
| Modifier and Type | Field and Description |
|---|---|
static DefaultInteractionScope |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
addInteraction(IMockInteraction interaction) |
void |
addOrderingBarrier() |
IMockInteraction |
match(IMockInvocation invocation) |
void |
verifyInteractions() |
public static final DefaultInteractionScope INSTANCE
public void addInteraction(IMockInteraction interaction)
addInteraction in interface IInteractionScopepublic void addOrderingBarrier()
addOrderingBarrier in interface IInteractionScopepublic IMockInteraction match(IMockInvocation invocation)
match in interface IInteractionScopepublic void verifyInteractions()
verifyInteractions in interface IInteractionScopeCopyright © 2013. All rights reserved