Package com.xebialabs.xlrelease.rules
Class XlrExtension
java.lang.Object
com.xebialabs.xlrelease.rules.XlrExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterEachCallback,org.junit.jupiter.api.extension.BeforeEachCallback,org.junit.jupiter.api.extension.Extension
public abstract class XlrExtension
extends Object
implements org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.AfterEachCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidafter(org.junit.jupiter.api.extension.ExtensionContext context) final voidafterEach(org.junit.jupiter.api.extension.ExtensionContext context) protected abstract voidbefore(org.junit.jupiter.api.extension.ExtensionContext context) final voidbeforeEach(org.junit.jupiter.api.extension.ExtensionContext context)
-
Constructor Details
-
XlrExtension
public XlrExtension()
-
-
Method Details
-
beforeEach
public final void beforeEach(org.junit.jupiter.api.extension.ExtensionContext context) throws Exception - Specified by:
beforeEachin interfaceorg.junit.jupiter.api.extension.BeforeEachCallback- Throws:
Exception
-
afterEach
public final void afterEach(org.junit.jupiter.api.extension.ExtensionContext context) - Specified by:
afterEachin interfaceorg.junit.jupiter.api.extension.AfterEachCallback
-
before
protected abstract void before(org.junit.jupiter.api.extension.ExtensionContext context) throws Exception - Throws:
Exception
-
after
protected void after(org.junit.jupiter.api.extension.ExtensionContext context)
-