blob: 1cc6cde74f20d113cae9bddc03605f23d97df208 [file] [log] [blame]
package test.enable;
import org.testng.annotations.Test;
@Test
public class Issue420SecondSample extends Issue420BaseTestCase {
@Test
public void verifySomethingSecondSample() {}
}