Class DirtyWarningTerminatorExtension
java.lang.Object
com.atlassian.jira.pageobjects.config.junit5.extension.DirtyWarningTerminatorExtension
- All Implemented Interfaces:
NodeAwareAfterEachCallback,org.junit.jupiter.api.extension.AfterEachCallback,org.junit.jupiter.api.extension.Extension
@Internal
public class DirtyWarningTerminatorExtension
extends Object
implements NodeAwareAfterEachCallback
JUnit5 counterpart for
DirtyWarningTerminatorRule- Since:
- 11.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterEach(int nodeIndex, org.junit.jupiter.api.extension.ExtensionContext extensionContext, com.atlassian.pageobjects.inject.InjectionContext injectionContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.pageobjects.config.junit5.extension.callback.NodeAwareAfterEachCallback
afterEach, getAfterEachScope
-
Constructor Details
-
DirtyWarningTerminatorExtension
public DirtyWarningTerminatorExtension()
-
-
Method Details
-
afterEach
public void afterEach(int nodeIndex, org.junit.jupiter.api.extension.ExtensionContext extensionContext, com.atlassian.pageobjects.inject.InjectionContext injectionContext) - Specified by:
afterEachin interfaceNodeAwareAfterEachCallback
-