Package org.jmock


package org.jmock

The jMock "Domain-Specific Embedded Language" API.

  • Class
    Description
    Provides most of the syntax of jMock's "domain-specific language" API.
    Backward compatibility Methods added with ASM
     
    A Mockery represents the context, or neighbourhood, of the object(s) under test.
    A sequence of expectations; invocations can be constrained to occur in a strict order defined by a sequence.
    A state machine that is used to constrain the order of invocations.