A C G P T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- afterTestExecution(TestContext) - Method in class com.github.marschall.spring.test.scope.TestScopeTestExecutionListener
C
- ChangeToTestScopedContextCustomizerFactory - Class in com.github.marschall.spring.test.scope
-
Registers a
ChangeToTestScopedContextCustomizer
ifTestScopedBeans
is present on a test class. - ChangeToTestScopedContextCustomizerFactory() - Constructor for class com.github.marschall.spring.test.scope.ChangeToTestScopedContextCustomizerFactory
- com.github.marschall.spring.test.scope - package com.github.marschall.spring.test.scope
- createContextCustomizer(Class<?>, List<ContextConfigurationAttributes>) - Method in class com.github.marschall.spring.test.scope.ChangeToTestScopedContextCustomizerFactory
- createContextCustomizer(Class<?>, List<ContextConfigurationAttributes>) - Method in class com.github.marschall.spring.test.scope.TestScopeContextCustomizerFactory
G
- getOrder() - Method in class com.github.marschall.spring.test.scope.TestScopeTestExecutionListener
P
- prepareTestInstance(TestContext) - Method in class com.github.marschall.spring.test.scope.TestScopeTestExecutionListener
T
- TestScopeContextCustomizerFactory - Class in com.github.marschall.spring.test.scope
-
Registers the
TestScopeContextCustomizer
. - TestScopeContextCustomizerFactory() - Constructor for class com.github.marschall.spring.test.scope.TestScopeContextCustomizerFactory
- TestScoped - Annotation Type in com.github.marschall.spring.test.scope
-
Meta annotation that marks a bean as having a test scope.
- TestScopedBeans - Annotation Type in com.github.marschall.spring.test.scope
-
Defines names of the beans whose scope should be changed to "test".
- TestScopeTestExecutionListener - Class in com.github.marschall.spring.test.scope
-
Opens and closes the test scope.
- TestScopeTestExecutionListener() - Constructor for class com.github.marschall.spring.test.scope.TestScopeTestExecutionListener
V
- value() - Method in annotation type com.github.marschall.spring.test.scope.TestScopedBeans
-
The names of the beans whose scope should be changed to "test".
All Classes All Packages