
com.automationrockstars.gunter.events.TestStepFinish Maven / Gradle / Ivy
The newest version!
/*
*
*/
package com.automationrockstars.gunter.events;
public interface TestStepFinish extends TestCaseFinish {
String getCause();
void setCause(String cause);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy