Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jmock.lib Classes and Interfaces - 23 results found.
NameDescriptionTypePackageFramework
ActionSequenceReturns the next of a sequence of elements each time it is invoked.Classorg.jmock.lib.actionJMock
AssertionErrorTranslatorTranslates ExpectationErrors into AssertionErrors that severalClassorg.jmock.libJMock
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
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
IdentityExpectationErrorTranslatorAn ExpectationErrorTranslator that doesn't do any translation.Classorg.jmock.libJMock
JavaReflectionImposteriserAn Imposteriser that uses the Proxy class of the Java Reflection API.Classorg.jmock.libJMock
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
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
SynchroniserA ThreadingPolicy that makes the Mockery thread-safe and helps tests synchronise with background threads.Classorg.jmock.lib.concurrentJMock
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
VoidActionReturns nothing from a void method.Classorg.jmock.lib.actionJMock