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 TypeClassDescriptionclassExtends the defaultAcrossTestContextwith 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 internalAcrossContextand bootstraps it.protected AcrossTestContextAcrossTestContextBuilder.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.DefaultMockMvcBuilderAcrossMockMvcBuilders.acrossContextSetup(AcrossTestContext acrossTestContext) Build aMockMvcusing the given, fully bootstrappedAcrossContext.