C G I N O S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- classes() - Method in annotation type com.github.advisedtesting.context.IoCContext
-
Classes that define the context we wish to work with.
- com.github.advisedtesting.context - package com.github.advisedtesting.context
- com.github.advisedtesting.context.internal - package com.github.advisedtesting.context.internal
G
- getAllObjects(Class<T>) - Method in class com.github.advisedtesting.context.internal.SpringContextObjectFactory
- getObject(Class<T>) - Method in class com.github.advisedtesting.context.internal.SpringContextObjectFactory
- getObject(String, Class<T>) - Method in class com.github.advisedtesting.context.internal.SpringContextObjectFactory
I
- implementedBy() - Method in annotation type com.github.advisedtesting.context.IoCContext
-
IoCContext.implementedBy()returns a Class that implementsMethodInterceptor. - instance() - Method in annotation type com.github.advisedtesting.context.IoCContext
-
Only meaningful when used as Parameter annotation.
- invoke(MethodInvocation) - Method in class com.github.advisedtesting.context.internal.IoCContextAdvice
- IoCContext - Annotation Type in com.github.advisedtesting.context
- IoCContextAdvice - Class in com.github.advisedtesting.context.internal
- IoCContextAdvice() - Constructor for class com.github.advisedtesting.context.internal.IoCContextAdvice
- IoCContexts - Annotation Type in com.github.advisedtesting.context
N
- name() - Method in annotation type com.github.advisedtesting.context.IoCContext
-
Names can be used to identify specific ObjectFactories for method injection on a test, if no name is specified, then a default name will be used, and parameters of the test will fail if the reference an annotation with a name that does not exits.
O
- objectFactoryClass() - Method in annotation type com.github.advisedtesting.context.IoCContext
-
Classes of object factory we wish to use, if none is specified a discovery of object factories will ensue, if only one is supported by the current classloader, it will be used.
S
- SpringContextObjectFactory - Class in com.github.advisedtesting.context.internal
- SpringContextObjectFactory(Class<?>...) - Constructor for class com.github.advisedtesting.context.internal.SpringContextObjectFactory
- SpringContextObjectFactory(List<Class<?>>) - Constructor for class com.github.advisedtesting.context.internal.SpringContextObjectFactory
V
- value() - Method in annotation type com.github.advisedtesting.context.IoCContexts
-
Multiple IoCContexts
All Classes All Packages