TestAfter2.java :  » Testing » testng » test » uniquesuite » Java Open Source

Java Open Source » Testing » testng 
testng » test » uniquesuite » TestAfter2.java
package test.uniquesuite;

import org.testng.annotations.Test;

public class TestAfter2 extends BaseAfter {

  @Test
  public void verify() {
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.