blob: 5e57d68838cb0bc7e1ea0e88f6d2a2a93163388d [file] [log] [blame]
package test.parameters;
import org.testng.annotations.Test;
public class SampleTest
{
@Test
public void foo() {
//purposefully does nothing
}
}