blob: 6d9bc0ffe3889397c6f09e883dff9816c71760b1 [file] [log] [blame]
package test.verify;
import org.testng.annotations.Listeners;
@Listeners(VerifyTestListener.class)
public class Verify3Base {
}