• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package test.inheritance;
2 
3 import org.testng.annotations.Test;
4 
5 @Test
6 public class BaseClassScope {
7 }
8