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 classAbstractExpectationsProvides most of the syntax of jMock's "domain-specific language" API.classExpectationsBackward compatibility Methods added with ASMMethods in org.jmock with parameters of type ExpectationBuilder Modifier and Type Method Description voidMockery. 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 voidMockObjectTestCase. checking(ExpectationBuilder expectations)Specify expectations upon the mock objects in the test.
-