blob: 2a7b9ff255584f2f6861fa5f683b8c0f82ebc562 [file] [log] [blame]
package test.mannotation;
import org.testng.annotations.Test;
@Test(alwaysRun = false)
public class MTest2 {
}