Uses of Class
org.jmock.internal.InvocationExpectationBuilder
-
Packages that use InvocationExpectationBuilder Package Description org.jmock The jMock "Domain-Specific Embedded Language" API. -
-
Uses of InvocationExpectationBuilder in org.jmock
Fields in org.jmock declared as InvocationExpectationBuilder Modifier and Type Field Description private InvocationExpectationBuilder
AbstractExpectations. currentBuilder
Fields in org.jmock with type parameters of type InvocationExpectationBuilder Modifier and Type Field Description private java.util.List<InvocationExpectationBuilder>
AbstractExpectations. builders
Methods in org.jmock that return InvocationExpectationBuilder Modifier and Type Method Description protected InvocationExpectationBuilder
AbstractExpectations. currentBuilder()
-