1 package test.enable; 2 3 import org.testng.annotations.Test; 4 5 @Test 6 public class Issue420SecondSample extends Issue420BaseTestCase { 7 8 @Test verifySomethingSecondSample()9 public void verifySomethingSecondSample() {} 10 } 11