net.thucydides.core.steps.WithStepDescription Maven / Gradle / Ivy
package net.thucydides.core.steps;
public interface WithStepDescription {
String getStepDescription();
}
package net.thucydides.core.steps;
public interface WithStepDescription {
String getStepDescription();
}