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