Package org.springframework.samples.mvc.simple

Examples of org.springframework.samples.mvc.simple.SimpleController


public class SimpleControllerTests {

  @Test
  public void test() {
    SimpleController controller = new SimpleController();
    assertEquals("Hello world!", controller.simple());
  }
View Full Code Here

TOP

Related Classes of org.springframework.samples.mvc.simple.SimpleController

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.