Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jmock Classes and Interfaces - 53 results found.
NameDescriptionTypePackageFramework
ActionAn object that fakes the behaviour of an InvocationExpectation.Interfaceorg.jmock.apiJMock
ActionClauseInterfaceorg.jmock.syntaxJMock
ActionSequenceReturns the next of a sequence of elements each time it is invoked.Classorg.jmock.lib.actionJMock
ArgumentConstraintPhrasesInterfaceorg.jmock.syntaxJMock
AssertionErrorTranslatorTranslates ExpectationErrors into AssertionErrors that severalClassorg.jmock.libJMock
AutoClassorg.jmock.autoJMock
BlitzerA class that "blitzes" an object by calling it many times, from multiple threads.Classorg.jmock.lib.concurrentJMock
CamelCaseNamingSchemeA naming scheme in which the implicit name for a mock object is the mocked type's name with the first character in lower case.Classorg.jmock.libJMock
CardinalityClauseInterfaceorg.jmock.syntaxJMock
ClassImposteriserThis class lets you imposterise abstract and concrete classes without calling the constructors of the mocked class.Classorg.jmock.lib.legacyJMock
ClassImposteriser .ClassWithSuperclassToWorkAroundCglibBugConstructor SummaryClassImposteriser.Classorg.jmock.lib.legacyJMock
CurrentStateMatcherClassorg.jmock.libJMock
CustomActionA partial implementation of the Action interface that makes it convenient to implement application-specific actions with inline anonymous classes.Classorg.jmock.lib.actionJMock
DeterministicExecutorAn Executor that executes commands on the thread that calls runPendingCommands or runUntilIdle.Classorg.jmock.lib.concurrentJMock
DeterministicSchedulerA ScheduledExecutorService that executes commands on the thread that calls runNextPendingCommand, runUntilIdle or Classorg.jmock.lib.concurrentJMock
DoAllActionPerforms multiple actions every time it is invoked.Classorg.jmock.lib.actionJMock
ExpectationInterfaceorg.jmock.apiJMock
ExpectationErrorAn error thrown when an expectation is violated during a test.Classorg.jmock.apiJMock
ExpectationErrorTranslatorInterfaceorg.jmock.apiJMock
ExpectationsProvides most of the syntax of jMock's "domain-specific language" API.Classorg.jmockJMock
IdentityExpectationErrorTranslatorAn ExpectationErrorTranslator that doesn't do any translation.Classorg.jmock.libJMock
ImposteriserAn object that can creates a proxy of the given type to capture Invocations and pass them to an Interfaceorg.jmock.apiJMock
InvocationThe static details about a method and the run-time details of its invocation.Classorg.jmock.apiJMock
InvokableAn object that can receive an Invocation.Interfaceorg.jmock.apiJMock
JavaReflectionImposteriserAn Imposteriser that uses the Proxy class of the Java Reflection API.Classorg.jmock.libJMock
JMockA test Runner that asserts that all expectations have been met after the test has finished and before the fixture is torn down.Classorg.jmock.integration.junit4JMock
JUnit3ErrorTranslatorTranslates ExpectationErrors into JUnit's AssertionFailedErrors.Classorg.jmock.integration.junit3JMock
JUnit3MockeryA Mockery that reports expectation errors as JUnit 3 test failures.Classorg.jmock.integration.junit3JMock
JUnit4MockeryA Mockery that reports expectation errors as JUnit 4 test failures.Classorg.jmock.integration.junit4JMock
JUnitRuleMockeryA JUnitRuleMockery is a JUnit Rule that manages JMock expectations and allowances, and asserts that expectations have been met after each testClassorg.jmock.integration.junit4JMock
LastWordNamingSchemeA naming scheme in which the implicit name for a mock object is the last word of the mocked type's name in lower case.Classorg.jmock.libJMock
MethodClauseInterfaceorg.jmock.syntaxJMock
MockClassorg.jmock.autoJMock
MockeryA Mockery represents the context, or neighbourhood, of the object(s) under test.Classorg.jmockJMock
MockObjectNamingSchemeInterfaceorg.jmock.apiJMock
MockObjectTestCaseA TestCase that supports testing with mock objects.Classorg.jmock.integration.junit3JMock
ParametersClauseInterfaceorg.jmock.syntaxJMock
ReceiverClauseInterfaceorg.jmock.syntaxJMock
RetroNamingSchemeA naming scheme in which the implicit name for a mock object is the mocked type's name prepend with "mock".Classorg.jmock.libJMock
ReturnEnumerationActionReturns an Enumeration over a collection.Classorg.jmock.lib.actionJMock
ReturnIteratorActionReturns an Iterator over a collection.Classorg.jmock.lib.actionJMock
ReturnValueActionClassorg.jmock.lib.actionJMock
ScriptedActionAn Action that executes a BeanShell script.Classorg.jmock.lib.scriptJMock
SequenceA sequence of expectations; invocations can be constrained to occur in a strict order defined by a sequence.Interfaceorg.jmockJMock
StatesA state machine that is used to constrain the order of invocations.Interfaceorg.jmockJMock
StatesClauseInterfaceorg.jmock.syntaxJMock
SynchroniserA ThreadingPolicy that makes the Mockery thread-safe and helps tests synchronise with background threads.Classorg.jmock.lib.concurrentJMock
ThreadingPolicyInterfaceorg.jmock.apiJMock
ThrowActionThrows an exception.Classorg.jmock.lib.actionJMock
UnsupportedSynchronousOperationExceptionThrown to report that a DeterministicScheduler has been asked to perform a blocking wait, which is not supported.Classorg.jmock.lib.concurrentJMock
VerifyingTestCaseA TestCase that verifies postconditions after the test has run and before the fixture has been torn down.Classorg.jmock.integration.junit3JMock
VoidActionReturns nothing from a void method.Classorg.jmock.lib.actionJMock
WithClauseInterfaceorg.jmock.syntaxJMock