
net.thucydides.jbehave.ThucydidesStepInitializationError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of thucydides-jbehave Show documentation
Show all versions of thucydides-jbehave Show documentation
Thucydides JBehave integration
The newest version!
package net.thucydides.jbehave;
public class ThucydidesStepInitializationError extends RuntimeException {
public ThucydidesStepInitializationError(Exception cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy