Uses of Class
org.springframework.boot.test.context.runner.WebApplicationContextRunner
Packages that use WebApplicationContextRunner
Package
Description
Test utilities to run application contexts for testing.
-
Uses of WebApplicationContextRunner in org.springframework.boot.test.context.runner
Subclasses with type arguments of type WebApplicationContextRunner in org.springframework.boot.test.context.runnerModifier and TypeClassDescriptionfinal class
AnApplicationContext runner
for a Servlet basedConfigurableWebApplicationContext
.