package test.dataprovider; import org.testng.annotations.Test; @Test(dataProviderClass = InheritedDataProvider.class) public class AnnotatedInheritedDataProviderBaseSample { }