Uses of Interface
org.jmock.internal.ExpectationBuilder

Packages that use ExpectationBuilder
org.jmock   
 

Uses of ExpectationBuilder in org.jmock
 

Classes in org.jmock that implement ExpectationBuilder
 class Expectations
          Provides most of the syntax of jMock's "domain-specific language" API.
 

Methods in org.jmock with parameters of type ExpectationBuilder
 void Mockery.checking(ExpectationBuilder expectations)
          Specifies the expected invocations that the object under test will perform upon objects in its context during the test.
 



Copyright © 2003-2012 jMock. All Rights Reserved.