blob: 97090178ccac51c366933738f61bda6903d5676d [file] [log] [blame]
package test.sample;
/**
* @author Cedric Beust, Apr 30, 2004
*/
public class BaseSample1 {
/**
* @testng.test groups="odd"
*/
public void method1() {
}
}