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 TypeClassDescriptionclassProvides most of the syntax of jMock's "domain-specific language" API.classBackward compatibility Methods added with ASMMethods in org.jmock with parameters of type ExpectationBuilderModifier and TypeMethodDescriptionvoidMockery.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 TypeMethodDescriptionvoidMockObjectTestCase.checking(ExpectationBuilder expectations) Specify expectations upon the mock objects in the test.