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 TypeMethodDescriptionvoid
Mockery.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 TypeClassDescriptionclass
This 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 TypeMethodDescriptionvoid
MockObjectTestCase.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 TypeMethodDescriptionvoid
ReturnDefaultValueAction.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 TypeClassDescriptionclass
AnImposteriser
that uses theProxy
class 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 TypeClassDescriptionclass
Deprecated.Java11 support is weak, Migrate to org.jmock.lib.imposters.ByteBuddyClassImposteriserFields in org.jmock.lib.legacy declared as ImposteriserModifier and TypeFieldDescriptionstatic final Imposteriser
ClassImposteriser.INSTANCE
Deprecated.