Package scotlandyard.servlets.maps

Examples of scotlandyard.servlets.maps.map_container


public class map_containerTest {

  @Test
  public void testProcessRequestMapOfStringStringString() throws Exception {
    String res = new map_container().processRequest("-");
    Assert.assertTrue(res.contains("introduction.html"));
  }
View Full Code Here

TOP

Related Classes of scotlandyard.servlets.maps.map_container

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.