Package org.springframework.samples.mvc.data.standard

Examples of org.springframework.samples.mvc.data.standard.StandardArgumentsController


public class StandardArgumentsControllerTests {
  private MockMvc mockMvc;

  @Before
  public void setup() throws Exception {
    this.mockMvc = standaloneSetup(new StandardArgumentsController()).alwaysExpect(status().isOk()).build();
  }
View Full Code Here

TOP

Related Classes of org.springframework.samples.mvc.data.standard.StandardArgumentsController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.