
org.catools.common.tests.exception.CSkipAwaitingTestException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common.testng Show documentation
Show all versions of common.testng Show documentation
The common TestNG extensions
The newest version!
package org.catools.common.tests.exception;
import org.catools.common.exception.CRuntimeException;
/**
* Signals that issue class contains a issue awaiting some action and due to the test configuration
* it should be skipped.
*/
public class CSkipAwaitingTestException extends CRuntimeException {
public CSkipAwaitingTestException(String description) {
super(description);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy