Package | Description |
---|---|
org.springframework.boot.test.autoconfigure.web.servlet |
Auto-configuration for Spring MVC tests.
|
Modifier and Type | Method and Description |
---|---|
MockMvcPrint |
SpringBootMockMvcBuilderCustomizer.getPrint() |
static MockMvcPrint |
MockMvcPrint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MockMvcPrint[] |
MockMvcPrint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SpringBootMockMvcBuilderCustomizer.setPrint(MockMvcPrint print) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.