![JAR search and dependency download from the Maven repository](/logo.png)
org.catools.common.tests.exception.CSkipAwaitingTestException Maven / Gradle / Ivy
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