예제 #1
0
파일: New4.java 프로젝트: TKosmacki/CS1632
 @After
 public void tearDown() throws Exception {
   driver.quit();
   String verificationErrorString = verificationErrors.toString();
   if (!"".equals(verificationErrorString)) {
     fail(verificationErrorString);
   }
 }
예제 #2
0
 @After
 public void tearDown() throws Exception {
   driver.quit();
 }