Class ChangeToTestScopedContextCustomizerFactory

  • All Implemented Interfaces:
    ContextCustomizerFactory

    public final class ChangeToTestScopedContextCustomizerFactory
    extends Object
    implements ContextCustomizerFactory
    Registers a ChangeToTestScopedContextCustomizer if TestScopedBeans is present on a test class.

    This class should be picked up, instantiated and called by the Spring TestContext Framework.

    Since:
    1.1
    Author:
    Philippe Marschall