Uses of Class
org.springframework.test.context.support.DefaultTestContext
Packages that use DefaultTestContext Package Description org.springframework.test.context.support Support classes for the Spring TestContext Framework.Uses of DefaultTestContext in org.springframework.test.context.support
Constructors in org.springframework.test.context.support with parameters of type DefaultTestContext Constructor Description DefaultTestContext(DefaultTestContext testContext)
Copy constructor for creating a newDefaultTestContext
based on the attributes and immutable state of the supplied context.