Interface TestContextAware


  • public interface TestContextAware
    This marker interface is used to denote classes where the TestContext instance can be injected into the test class.
    • Method Detail

      • setTestContext

        void setTestContext​(org.springframework.test.context.TestContext database)