Class DirtyWarningTerminatorRule
java.lang.Object
org.junit.rules.TestWatcher
com.atlassian.jira.pageobjects.config.junit4.rule.DirtyWarningTerminatorRule
- All Implemented Interfaces:
org.junit.rules.TestRule
public class DirtyWarningTerminatorRule
extends org.junit.rules.TestWatcher
implements org.junit.rules.TestRule
Test rule to eliminate dirty warnings
- Since:
- 5.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinished(org.junit.runner.Description description) Methods inherited from class org.junit.rules.TestWatcher
apply, failed, skipped, skipped, starting, succeededMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.rules.TestRule
apply
-
Constructor Details
-
DirtyWarningTerminatorRule
-
-
Method Details
-
finished
protected void finished(org.junit.runner.Description description) - Overrides:
finishedin classorg.junit.rules.TestWatcher
-