Package com.github.marschall.spring.test.scope
-
Class Summary Class Description ChangeToTestScopedContextCustomizerFactory Registers aChangeToTestScopedContextCustomizer
ifTestScopedBeans
is present on a test class.TestScopeContextCustomizerFactory Registers theTestScopeContextCustomizer
.TestScopeTestExecutionListener Opens and closes the test scope. -
Annotation Types Summary Annotation Type Description TestScoped Meta annotation that marks a bean as having a test scope.TestScopedBeans Defines names of the beans whose scope should be changed to "test".