ch.sbb.polarion.extension.cucumber.exception.TestRunCreationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ch.sbb.polarion.extension.cucumber Show documentation
Show all versions of ch.sbb.polarion.extension.cucumber Show documentation
It provides the almost same functionality as Xray plugin for Jira.
The newest version!
package ch.sbb.polarion.extension.cucumber.exception;
public class TestRunCreationException extends RuntimeException {
private static final long serialVersionUID = 2654551444203246155L;
public TestRunCreationException(String message) {
super(message);
}
}