Uses of Interface
org.jmock.internal.ExpectationBuilder
-
Packages that use ExpectationBuilder Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.integration.junit3 Integrates jMock with JUnit 3. -
-
Uses of ExpectationBuilder in org.jmock
Classes in org.jmock that implement ExpectationBuilder Modifier and Type Class Description class
AbstractExpectations
Provides most of the syntax of jMock's "domain-specific language" API.class
Expectations
Backward compatibility Methods added with ASMMethods in org.jmock with parameters of type ExpectationBuilder Modifier and Type Method Description void
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 ExpectationBuilder Modifier and Type Method Description void
MockObjectTestCase. checking(ExpectationBuilder expectations)
Specify expectations upon the mock objects in the test.
-