Class JUnitTestWrapper
- java.lang.Object
-
- com.testomatio.reporter.core.extractor.wrapper.JUnitTestWrapper
-
public class JUnitTestWrapper extends Object
Wrapper for JUnit 5 test method and extension context.
-
-
Constructor Summary
Constructors Constructor Description JUnitTestWrapper(Method testMethod, org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.jupiter.api.extension.ExtensionContextgetExtensionContext()MethodgetTestMethod()
-
-
-
Constructor Detail
-
JUnitTestWrapper
public JUnitTestWrapper(Method testMethod, org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-
-
Method Detail
-
getTestMethod
public Method getTestMethod()
-
getExtensionContext
public org.junit.jupiter.api.extension.ExtensionContext getExtensionContext()
-
-