Package test.scotlandyard

Source Code of test.scotlandyard.map_containerTest

package test.scotlandyard;

import junit.framework.Assert;

import org.junit.Test;

import 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"));
  }

}
TOP

Related Classes of test.scotlandyard.map_containerTest

TOP
Copyright © 2018 www.massapi.com. 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.