• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package org.testng.internal.annotations;
2 
3 public interface IBeforeClass extends IBaseBeforeAfter {
4 
5 }
6