Package cz.xtf.core.context
Class TestCaseContextExtension
- java.lang.Object
-
- cz.xtf.core.context.TestCaseContextExtension
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension
public class TestCaseContextExtension extends Object implements org.junit.jupiter.api.extension.BeforeAllCallback
Sets TestCaseContext to name of currently started test case in @BeforeAllCallback
-
-
Constructor Summary
Constructors Constructor Description TestCaseContextExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-