net.thucydides.core.steps.WithStepDescription Maven / Gradle / Ivy
package net.thucydides.core.steps;
public interface WithStepDescription {
String getStepDescription();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package net.thucydides.core.steps;
public interface WithStepDescription {
String getStepDescription();
}