org.junit.runner.notification.StoppedByUserException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit4osgi-bundle Show documentation
Show all versions of junit4osgi-bundle Show documentation
This bundle provides the JUnit library in as an OSGi bundle.
package org.junit.runner.notification;
/**
* Thrown when a user has requested that the test run stop. Writers of
* test running GUIs should be prepared to catch a StoppedByUserException
.
*
* @see org.junit.runner.notification.RunNotifier
* @since 4.0
*/
public class StoppedByUserException extends RuntimeException {
private static final long serialVersionUID = 1L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy