|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Skeleton | |
---|---|
org.apache.aries.mocks | |
org.apache.aries.unittest.mocks |
Uses of Skeleton in org.apache.aries.mocks |
---|
Methods in org.apache.aries.mocks that return Skeleton | |
---|---|
static Skeleton |
MockInitialContextFactoryBuilder.getSkeleton()
|
Uses of Skeleton in org.apache.aries.unittest.mocks |
---|
Methods in org.apache.aries.unittest.mocks that return Skeleton | |
---|---|
static Skeleton |
Skeleton.getSkeleton(Object mock)
This method returns the Skeleton backing the supplied mock object. |
Methods in org.apache.aries.unittest.mocks with parameters of type Skeleton | |
---|---|
Object |
ReturnTypeHandler.handle(Class<?> clazz,
Skeleton parent)
This method is called when a method call handler has not been registered and an object of a specific type needs to be returned. |
Object |
MethodCallHandler.handle(MethodCall methodCall,
Skeleton parent)
|
static void |
DefaultReturnTypeHandlers.registerDefaultHandlers(Skeleton s)
Register all the default handlers against the specified skeleton. |
static void |
DefaultMethodCallHandlers.registerDefaultHandlers(Skeleton s)
This method registers the DefaultMethodCall Handlers with the specified skeleton. |
Constructors in org.apache.aries.unittest.mocks with parameters of type Skeleton | |
---|---|
DefaultInvocationHandler(Skeleton s)
Creates an instance called by the specified skeleton. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |