Interface RestTestClient.StandaloneSetupBuilder

All Superinterfaces:
RestTestClient.Builder<RestTestClient.StandaloneSetupBuilder>, RestTestClient.MockMvcSetupBuilder<RestTestClient.StandaloneSetupBuilder, StandaloneMockMvcBuilder>
Enclosing interface:
RestTestClient

public static interface RestTestClient.StandaloneSetupBuilder extends RestTestClient.MockMvcSetupBuilder<RestTestClient.StandaloneSetupBuilder, StandaloneMockMvcBuilder>
Extension of RestTestClient.Builder for tests against а standalone MockMvc setup.
Since:
7.0
Author:
Rob Worsnop, Rossen Stoyanchev