Uses of Interface
org.jmock.api.Imposteriser
-
Packages that use Imposteriser Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.imposters These classes are tested in jmock-legacy to avoid a dependency on cglib and asmorg.jmock.integration.junit3 Integrates jMock with JUnit 3.org.jmock.internal This package contains internal implementation details.org.jmock.lib Implementations of the core interfaces that are used to adjust or extend jMock's basic functionality.org.jmock.lib.legacy Plugins that make it easier to use jMock with legacy code. -
-
Uses of Imposteriser in org.jmock
Fields in org.jmock declared as Imposteriser Modifier and Type Field Description private ImposteriserMockery. imposteriserMethods in org.jmock with parameters of type Imposteriser Modifier and Type Method Description voidMockery. 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 Imposteriser Modifier and Type Class Description classByteBuddyClassImposteriserThis class lets you imposterise abstract and concrete classes without calling the constructors of the mocked class.Fields in org.jmock.imposters declared as Imposteriser Modifier and Type Field Description static ImposteriserByteBuddyClassImposteriser. INSTANCE -
Uses of Imposteriser in org.jmock.integration.junit3
Methods in org.jmock.integration.junit3 with parameters of type Imposteriser Modifier and Type Method Description voidMockObjectTestCase. 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 Imposteriser Modifier and Type Field Description private ImposteriserReturnDefaultValueAction. imposteriserMethods in org.jmock.internal with parameters of type Imposteriser Modifier and Type Method Description voidReturnDefaultValueAction. setImposteriser(Imposteriser newImposteriser)Constructors in org.jmock.internal with parameters of type Imposteriser Constructor Description ReturnDefaultValueAction(Imposteriser imposteriser)ReturnDefaultValueAction(Imposteriser imposteriser, java.util.Map<java.lang.Class<?>,java.lang.Object> typeToResultValue) -
Uses of Imposteriser in org.jmock.lib
Classes in org.jmock.lib that implement Imposteriser Modifier and Type Class Description classJavaReflectionImposteriserAnImposteriserthat uses theProxyclass of the Java Reflection API.Fields in org.jmock.lib declared as Imposteriser Modifier and Type Field Description static ImposteriserJavaReflectionImposteriser. INSTANCE -
Uses of Imposteriser in org.jmock.lib.legacy
Classes in org.jmock.lib.legacy that implement Imposteriser Modifier and Type Class Description classClassImposteriserDeprecated.Java11 support is weak, Migrate to org.jmock.lib.imposters.ByteBuddyClassImposteriserFields in org.jmock.lib.legacy declared as Imposteriser Modifier and Type Field Description static ImposteriserClassImposteriser. INSTANCEDeprecated.
-