Package org.jboss.byteman.contrib.bmunit
Class BMUnit5SingleScriptHandler
- java.lang.Object
-
- org.jboss.byteman.contrib.bmunit.BMUnit5AbstractHandler<BMScript>
-
- org.jboss.byteman.contrib.bmunit.BMUnit5SingleScriptHandler
-
- 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 BMUnit5SingleScriptHandler extends BMUnit5AbstractHandler<BMScript>
-
-
Field Summary
-
Fields inherited from class org.jboss.byteman.contrib.bmunit.BMUnit5AbstractHandler
annotationClass
-
-
Constructor Summary
Constructors Constructor Description BMUnit5SingleScriptHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static java.lang.String
computeName(java.lang.reflect.Method testMethod, BMScript bmScript)
protected void
install(java.lang.Class<?> testClass, java.lang.reflect.Method testMethod, BMScript bmScript)
protected void
uninstall(java.lang.Class<?> testClass, java.lang.reflect.Method testMethod, BMScript bmScript)
-
Methods inherited from class org.jboss.byteman.contrib.bmunit.BMUnit5AbstractHandler
afterAll, afterEach, beforeAll, beforeEach, getAnnotationClass
-
-
-
-
Method Detail
-
install
protected void install(java.lang.Class<?> testClass, java.lang.reflect.Method testMethod, BMScript bmScript) throws java.lang.Exception
- Specified by:
install
in classBMUnit5AbstractHandler<BMScript>
- Throws:
java.lang.Exception
-
uninstall
protected void uninstall(java.lang.Class<?> testClass, java.lang.reflect.Method testMethod, BMScript bmScript) throws java.lang.Exception
- Specified by:
uninstall
in classBMUnit5AbstractHandler<BMScript>
- Throws:
java.lang.Exception
-
computeName
protected static java.lang.String computeName(java.lang.reflect.Method testMethod, BMScript bmScript)
-
-