예제 #1
0
  // TODO add test methods here.
  // The methods must be annotated with annotation @Test. For example:
  //
  @Test
  public void testCreation() throws Exception {
    Faculty fac = new Faculty.Builder().FacultyID(101).Name("ND: Information Technology").build();

    Assert.assertEquals(fac.getFacultyID(), 101);
  }