Uses of Class
org.unitils.mock.core.ObservedInvocation

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  List<ObservedInvocation> Scenario.observedInvocations
           
 

Methods in org.unitils.mock.core that return types with arguments of type ObservedInvocation
 List<ObservedInvocation> Scenario.getObservedInvocations()
           
 

Methods in org.unitils.mock.core with parameters of type ObservedInvocation
 void Scenario.addObservedMockInvocation(ObservedInvocation mockInvocation)
           
protected  String Scenario.getAssertNotInvokedErrorMessage(ProxyInvocation proxyInvocation, ObservedInvocation unexpectedInvocation, StackTraceElement[] assertedAt)
           
protected  String Scenario.getInvokedOutOfOrderErrorMessage(ObservedInvocation matchingInvocation, ObservedInvocation outOfOrderInvocation, StackTraceElement assertedAt)
           
 

Method parameters in org.unitils.mock.core with type arguments of type ObservedInvocation
protected  String Scenario.getNoMoreInvocationsErrorMessage(List<ObservedInvocation> unexpectedInvocations, StackTraceElement assertedAt)
           
 

Uses of ObservedInvocation in org.unitils.mock.report.impl
 

Methods in org.unitils.mock.report.impl with parameters of type ObservedInvocation
protected  String DetailedObservedInvocationsReport.formatBehaviorDetails(ObservedInvocation observedInvocation)
          Creates a string representation of the behavior details of the given invocation.
protected  String SuggestedAssertsReport.formatMockName(ObservedInvocation observedInvocation)
           
protected  String ObservedInvocationsReport.formatMockName(ObservedInvocation observedInvocation)
           
protected  String ObservedInvocationsReport.formatObservedInvocation(ObservedInvocation observedInvocation, List<ProxyInvocationsReport.FormattedObject> currentLargeObjects, Map<Object,ProxyInvocationsReport.FormattedObject> allLargeObjects, Map<Class<?>,Integer> largeObjectNameIndexes)
          Creates a string representation of the given invocation.
protected  String SuggestedAssertsReport.getSuggestedAssertStatement(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
 String ObservedInvocationsReport.createReport(List<ObservedInvocation> observedInvocations)
          Creates a string representation of the given invocations as described in the class javadoc.
 String DetailedObservedInvocationsReport.createReport(List<ObservedInvocation> observedInvocations)
          Creates a string representation of the given scenario as described in the class javadoc.
 String SuggestedAssertsReport.createReport(Object testObject, List<ObservedInvocation> observedInvocations)
          Creates a string representation of the given invocations.
 



Copyright © 2011. All Rights Reserved.