Package cz.xtf.junit5.extensions
Class CleanBeforeAllCallback
- java.lang.Object
-
- cz.xtf.junit5.extensions.CleanBeforeAllCallback
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension
public class CleanBeforeAllCallback extends Object implements org.junit.jupiter.api.extension.BeforeAllCallback
-
-
Constructor Summary
Constructors Constructor Description CleanBeforeAllCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeAll(org.junit.jupiter.api.extension.ExtensionContext context)
-