Java org.springframework.data.web WebTestUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.web WebTestUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.web WebTestUtils.

The text is from its open source code.

Method

WebApplicationContextcreateApplicationContext(Class... configClasses)
Creates a WebApplicationContext from the given configuration classes.
WebApplicationContextcreateApplicationContext(ClassLoader classLoader, Class... configClasses)
Creates a WebApplicationContext from the given configuration classes.