spring-framework / org.springframework.test.web.servlet

Package org.springframework.test.web.servlet

Types

MockMvcBuilderSupport

abstract class MockMvcBuilderSupport

Base class for MockMvc builder implementations, providing the capability to create a MockMvc instance.

org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder, which derives from this class, provides a concrete build method, and delegates to abstract methods to obtain a WebApplicationContext.

ResultActions

interface ResultActions

Allows applying actions, such as expectations, on the result of an executed request.

See static factory methods in org.springframework.test.web.servlet.result.MockMvcResultMatchers and org.springframework.test.web.servlet.result.MockMvcResultHandlers.