blob: b1de892f48b5366cee225f83ada1d7ef57d8a4ce [file] [log] [blame]
package test.factory;
import org.testng.annotations.Test;
public class FactoryBaseSampleTest {
@Test
public void f() {}
}