1 package test.inheritance; 2 3 import org.testng.annotations.Test; 4 5 @Test 6 public class BaseClassScope { 7 } 8