Class AcrossTestWebContextBuilder

java.lang.Object
com.foreach.across.test.support.AcrossTestContextBuilder
com.foreach.across.test.support.AcrossTestWebContextBuilder

public class AcrossTestWebContextBuilder extends AcrossTestContextBuilder
Builder for creating an AcrossTestWebContext. This builder allows easy configuration of properties and modules to add to an AcrossTestWebContext. Configures a parent WebApplicationContext and adds a MockAcrossServletContext. Note that AcrossWebModule is not automatically added to the created context.

Once build() has been called, the AcrossTestWebContext will be created and the internal AcrossContext bootstrapped.

Since:
1.1.2
Author:
Arne Vandamme