|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObservedInvocation | |
|---|---|
| org.unitils.mock.core | |
| org.unitils.mock.report.impl | |
| Uses of ObservedInvocation in org.unitils.mock.core |
|---|
| Fields in org.unitils.mock.core with type parameters of type ObservedInvocation | |
|---|---|
protected java.util.List<ObservedInvocation> |
Scenario.observedInvocations
|
| Methods in org.unitils.mock.core that return types with arguments of type ObservedInvocation | |
|---|---|
java.util.List<ObservedInvocation> |
Scenario.getObservedInvocations()
|
| Methods in org.unitils.mock.core with parameters of type ObservedInvocation | |
|---|---|
void |
Scenario.addObservedMockInvocation(ObservedInvocation mockInvocation)
|
protected java.lang.String |
Scenario.getAssertNotInvokedErrorMessage(ProxyInvocation proxyInvocation,
ObservedInvocation unexpectedInvocation,
java.lang.StackTraceElement[] assertedAt)
|
protected java.lang.String |
Scenario.getInvokedOutOfOrderErrorMessage(BehaviorDefiningInvocation behaviorDefiningInvocation,
ObservedInvocation matchingInvocation,
ObservedInvocation outOfOrderInvocation,
java.lang.StackTraceElement assertedAt)
|
| Method parameters in org.unitils.mock.core with type arguments of type ObservedInvocation | |
|---|---|
protected java.lang.String |
Scenario.getNoMoreInvocationsErrorMessage(java.util.List<ObservedInvocation> unexpectedInvocations,
java.lang.StackTraceElement assertedAt)
|
| Uses of ObservedInvocation in org.unitils.mock.report.impl |
|---|
| Methods in org.unitils.mock.report.impl with parameters of type ObservedInvocation | |
|---|---|
protected java.lang.String |
DetailedObservedInvocationsReport.formatBehaviorDetails(ObservedInvocation observedInvocation)
Creates a string representation of the behavior details of the given invocation. |
protected java.lang.String |
ObservedInvocationsReport.formatObservedInvocation(ObservedInvocation observedInvocation,
java.util.List<ProxyInvocationsReport.FormattedObject> currentLargeObjects,
java.util.Map<java.lang.Object,ProxyInvocationsReport.FormattedObject> allLargeObjects,
java.util.Map<java.lang.Class<?>,java.lang.Integer> largeObjectNameIndexes)
Creates a string representation of the given invocation. |
protected java.lang.String |
SuggestedAssertsReport.getSuggestedAssertStatement(java.lang.Object testObject,
ObservedInvocation observedInvocation)
Creates an assert statement for the given method invocation and arguments. |
| Method parameters in org.unitils.mock.report.impl with type arguments of type ObservedInvocation | |
|---|---|
java.lang.String |
ObservedInvocationsReport.createReport(java.util.List<ObservedInvocation> observedInvocations)
Creates a string representation of the given invocations as described in the class javadoc. |
java.lang.String |
DetailedObservedInvocationsReport.createReport(java.util.List<ObservedInvocation> observedInvocations)
Creates a string representation of the given scenario as described in the class javadoc. |
java.lang.String |
SuggestedAssertsReport.createReport(java.lang.Object testObject,
java.util.List<ObservedInvocation> observedInvocations)
Creates a string representation of the given scenario. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||