All Classes
-
All Classes Class Summary Enum Summary Annotation Types Summary Class Description InjectInto Annotation indicating that the theInjectModuleshould try to inject the object assigned to the annotated field to the object defined by the target attribute (or the object(s) assigned to the field annotated withTestedObject.InjectIntoByType Annotation indicating that the theInjectModuleshould try to inject the object assigned to the annotated field to the object defined by the target attribute (or the object(s) assigned to the field annotated withTestedObject.InjectIntoStatic Annotation indicating that the theInjectModuleshould try to inject the object assigned to the annotated field to a static property of the class defined by the target attribute.InjectIntoStaticByType Annotation indicating that theInjectModuleshould try to inject the object assigned to the annotated field to a static property of the class defined by the target attribute.InjectionUtils Class containing static methods that implement explicit injection using OGNL expressions, and auto-injection by type.InjectModule Module for injecting annotated objects into other objects.PropertyAccess The type of accessing properties: by field or by setter.Restore The type of accessing properties: by field or by setter.TestedObject Annotation indicating the object under test.ValueToRestore Class for holding values that need to be restored after a test was performed.