Package org.jboss.byteman.contrib.bmunit
Class BMUnit5ConfigHandler
- java.lang.Object
-
- org.jboss.byteman.contrib.bmunit.BMUnit5AbstractHandler<BMUnitConfig>
-
- org.jboss.byteman.contrib.bmunit.BMUnit5ConfigHandler
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback
,org.junit.jupiter.api.extension.AfterEachCallback
,org.junit.jupiter.api.extension.BeforeAllCallback
,org.junit.jupiter.api.extension.BeforeEachCallback
,org.junit.jupiter.api.extension.Extension
public class BMUnit5ConfigHandler extends BMUnit5AbstractHandler<BMUnitConfig>
-
-
Field Summary
-
Fields inherited from class org.jboss.byteman.contrib.bmunit.BMUnit5AbstractHandler
annotationClass
-
-
Constructor Summary
Constructors Constructor Description BMUnit5ConfigHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beforeAll(org.junit.jupiter.api.extension.ExtensionContext context)
protected void
install(java.lang.Class<?> testClass, java.lang.reflect.Method testMethod, BMUnitConfig bmUnitConfig)
protected void
uninstall(java.lang.Class<?> testClass, java.lang.reflect.Method testMethod, BMUnitConfig bmUnitConfig)
-
Methods inherited from class org.jboss.byteman.contrib.bmunit.BMUnit5AbstractHandler
afterAll, afterEach, beforeEach, getAnnotationClass
-
-
-
-
Method Detail
-
beforeAll
public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext context) throws java.lang.Exception
- Specified by:
beforeAll
in interfaceorg.junit.jupiter.api.extension.BeforeAllCallback
- Overrides:
beforeAll
in classBMUnit5AbstractHandler<BMUnitConfig>
- Throws:
java.lang.Exception
-
install
protected void install(java.lang.Class<?> testClass, java.lang.reflect.Method testMethod, BMUnitConfig bmUnitConfig) throws java.lang.Exception
- Specified by:
install
in classBMUnit5AbstractHandler<BMUnitConfig>
- Throws:
java.lang.Exception
-
uninstall
protected void uninstall(java.lang.Class<?> testClass, java.lang.reflect.Method testMethod, BMUnitConfig bmUnitConfig) throws java.lang.Exception
- Specified by:
uninstall
in classBMUnit5AbstractHandler<BMUnitConfig>
- Throws:
java.lang.Exception
-
-