Examples of coordinatorGetCourseList()


Examples of teammates.TeammatesServlet.coordinatorGetCourseList()

  }
 
  //Test coordinatorGetCourseList(googleID) function in TeammatesServlet.java
  public void testTeammatesServletCoordGetCourseList() throws IOException, ServletException {
    TeammatesServlet ts = new TeammatesServlet();
    String result = ts.coordinatorGetCourseList("teammates.coord");
    String expected =
        "<courses>" +
        "<coursesummary>" +
          "<courseid><![CDATA[CS1101]]></courseid>" +
          "<coursename><![CDATA[Programming Methodology]]></coursename>" +
View Full Code Here
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.