Uses of Interface
org.jmock.api.Imposteriser
Packages that use Imposteriser
Package
Description
The jMock "Domain-Specific Embedded Language" API.
These classes are tested in jmock-legacy to avoid a dependency on cglib and asm
Integrates jMock with JUnit 3.
This package contains internal implementation details.
Implementations of the core interfaces that are used to adjust or extend jMock's basic
functionality.
Plugins that make it easier to use jMock with legacy code.
-
Uses of Imposteriser in org.jmock
Fields in org.jmock declared as ImposteriserMethods in org.jmock with parameters of type ImposteriserModifier and TypeMethodDescriptionvoidMockery.setImposteriser(Imposteriser imposteriser) Changes the imposteriser used to adapt mock objects to the mocked type. -
Uses of Imposteriser in org.jmock.imposters
Classes in org.jmock.imposters that implement ImposteriserModifier and TypeClassDescriptionclassThis class lets you imposterise abstract and concrete classes without calling the constructors of the mocked class.Fields in org.jmock.imposters declared as Imposteriser -
Uses of Imposteriser in org.jmock.integration.junit3
Methods in org.jmock.integration.junit3 with parameters of type ImposteriserModifier and TypeMethodDescriptionvoidMockObjectTestCase.setImposteriser(Imposteriser imposteriser) Changes the imposteriser used to adapt mock objects to the mocked type. -
Uses of Imposteriser in org.jmock.internal
Fields in org.jmock.internal declared as ImposteriserMethods in org.jmock.internal with parameters of type ImposteriserModifier and TypeMethodDescriptionvoidReturnDefaultValueAction.setImposteriser(Imposteriser newImposteriser) Constructors in org.jmock.internal with parameters of type ImposteriserModifierConstructorDescriptionReturnDefaultValueAction(Imposteriser imposteriser) ReturnDefaultValueAction(Imposteriser imposteriser, Map<Class<?>, Object> typeToResultValue) -
Uses of Imposteriser in org.jmock.lib
Classes in org.jmock.lib that implement ImposteriserModifier and TypeClassDescriptionclassAnImposteriserthat uses theProxyclass of the Java Reflection API.Fields in org.jmock.lib declared as Imposteriser -
Uses of Imposteriser in org.jmock.lib.legacy
Classes in org.jmock.lib.legacy that implement ImposteriserModifier and TypeClassDescriptionclassDeprecated.Java11 support is weak, Migrate to org.jmock.lib.imposters.ByteBuddyClassImposteriserFields in org.jmock.lib.legacy declared as ImposteriserModifier and TypeFieldDescriptionstatic final ImposteriserClassImposteriser.INSTANCEDeprecated.