Package sis.studentinfo

Examples of sis.studentinfo.CourseCatalog


public class SerializationTest {

  @Test
  public void testLoadToNewVersion() throws ClassNotFoundException, IOException {
    final String filename = "FileKeeper/Catalog/CourseCatalogTest.testAddInObjType.txt";
    CourseCatalog catalog = new CourseCatalog();
    catalog.loadInObjType(filename);
    assertEquals(2, catalog.getSessions().size());
  }
View Full Code Here

TOP

Related Classes of sis.studentinfo.CourseCatalog

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.