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 Imposteriser
Mockery. imposteriser
Methods in org.jmock with parameters of type Imposteriser Modifier and Type Method Description void
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 Imposteriser Modifier and Type Class Description class
ByteBuddyClassImposteriser
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 Modifier and Type Field Description static Imposteriser
ByteBuddyClassImposteriser. 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 void
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 Imposteriser Modifier and Type Field Description private Imposteriser
ReturnDefaultValueAction. imposteriser
Methods in org.jmock.internal with parameters of type Imposteriser Modifier and Type Method Description void
ReturnDefaultValueAction. 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 class
JavaReflectionImposteriser
AnImposteriser
that uses theProxy
class of the Java Reflection API.Fields in org.jmock.lib declared as Imposteriser Modifier and Type Field Description static Imposteriser
JavaReflectionImposteriser. INSTANCE
-
Uses of Imposteriser in org.jmock.lib.legacy
Classes in org.jmock.lib.legacy that implement Imposteriser Modifier and Type Class Description class
ClassImposteriser
Deprecated.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 Imposteriser
ClassImposteriser. INSTANCE
Deprecated.
-