Uses of Interface
org.springframework.test.context.BootstrapContext
Packages that use BootstrapContext Package Description org.springframework.test.context This package contains the Spring TestContext Framework which provides annotation-driven unit and integration testing support that is agnostic of the actual testing framework in use.org.springframework.test.context.support Support classes for the Spring TestContext Framework.Uses of BootstrapContext in org.springframework.test.context
Methods in org.springframework.test.context that return BootstrapContext Modifier and Type Method Description BootstrapContextTestContextBootstrapper. getBootstrapContext()Get theBootstrapContextassociated with this bootstrapper.Methods in org.springframework.test.context with parameters of type BootstrapContext Modifier and Type Method Description voidTestContextBootstrapper. setBootstrapContext(BootstrapContext bootstrapContext)Set theBootstrapContextto be used by this bootstrapper.Uses of BootstrapContext in org.springframework.test.context.support
Classes in org.springframework.test.context.support that implement BootstrapContext Modifier and Type Class Description classDefaultBootstrapContextDefault implementation of theBootstrapContextinterface.Methods in org.springframework.test.context.support that return BootstrapContext Modifier and Type Method Description BootstrapContextAbstractTestContextBootstrapper. getBootstrapContext()Methods in org.springframework.test.context.support with parameters of type BootstrapContext Modifier and Type Method Description voidAbstractTestContextBootstrapper. setBootstrapContext(BootstrapContext bootstrapContext)