Uses of Interface
org.jmock.internal.ExpectationBuilder
Packages that use ExpectationBuilder
Package
Description
The jMock "Domain-Specific Embedded Language" API.
Integrates jMock with JUnit 3.
-
Uses of ExpectationBuilder in org.jmock
Classes in org.jmock that implement ExpectationBuilderModifier and TypeClassDescriptionclass
Provides most of the syntax of jMock's "domain-specific language" API.class
Backward compatibility Methods added with ASMMethods in org.jmock with parameters of type ExpectationBuilderModifier and TypeMethodDescriptionvoid
Mockery.checking
(ExpectationBuilder expectations) Specifies the expected invocations that the object under test will perform upon objects in its context during the test. -
Uses of ExpectationBuilder in org.jmock.integration.junit3
Methods in org.jmock.integration.junit3 with parameters of type ExpectationBuilderModifier and TypeMethodDescriptionvoid
MockObjectTestCase.checking
(ExpectationBuilder expectations) Specify expectations upon the mock objects in the test.