
com.automationrockstars.gunter.events.TestSuiteStart Maven / Gradle / Ivy
The newest version!
/*
*
*/
package com.automationrockstars.gunter.events;
public interface TestSuiteStart extends Event {
String getTestSuiteName();
void setTestSuiteName(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy