public class StandaloneMockMvcFactory extends Object
Constructor and Description |
---|
StandaloneMockMvcFactory() |
Modifier and Type | Method and Description |
---|---|
static MockMvcFactory |
of(Object[] controllerOrMockMvcConfigurers)
Create a new
MockMvcFactory with the supplied controllers or mock mvc configurers |
public static MockMvcFactory of(Object[] controllerOrMockMvcConfigurers)
MockMvcFactory
with the supplied controllers or mock mvc configurerscontrollerOrMockMvcConfigurers
- Array of controllers or configurersMockMvcFactory
Copyright © 2010–2022. All rights reserved.