WebApplicationContextRunner

constructor()

Create a new WebApplicationContextRunner instance using an AnnotationConfigServletWebApplicationContext with a MockServletContext as the underlying source.

See also


constructor(contextFactory: Supplier<ConfigurableWebApplicationContext>)

Create a new WebApplicationContextRunner instance using the specified contextFactory as the underlying source.

Parameters

contextFactory

a supplier that returns a new instance on each call