1 package test.parameters; 2 3 import org.testng.annotations.Test; 4 5 public class SampleTest 6 { 7 @Test foo()8 public void foo() { 9 //purposefully does nothing 10 } 11 } 12