Uses of Class
com.foreach.across.test.AcrossTestContext
Packages that use AcrossTestContext
-
Uses of AcrossTestContext in com.foreach.across.test
Subclasses of AcrossTestContext in com.foreach.across.testModifier and TypeClassDescriptionclass
Extends the defaultAcrossTestContext
with support for web configurations. -
Uses of AcrossTestContext in com.foreach.across.test.support
Methods in com.foreach.across.test.support that return AcrossTestContextModifier and TypeMethodDescriptionAcrossTestContextBuilder.build()
Creates the internalAcrossContext
and bootstraps it.protected AcrossTestContext
AcrossTestContextBuilder.createTestContext
(AcrossConfigurableApplicationContext applicationContext, AcrossContext context) Methods in com.foreach.across.test.support with parameters of type AcrossTestContextModifier and TypeMethodDescriptionstatic org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
AcrossMockMvcBuilders.acrossContextSetup
(AcrossTestContext acrossTestContext) Build aMockMvc
using the given, fully bootstrappedAcrossContext
.