blob: 0710dcdf66178eb9acc6944f56a4b6a4c2fc3feb [file] [log] [blame]
package test.jason;
import org.testng.annotations.Test;
public class MainBase {
@Test(description = "This test is never run but prevents AfterClass")
public void checkReportsExist() {
}
}