Package net.minestom.testing
Class EnvTest.EnvBefore
java.lang.Object
net.minestom.testing.EnvTest.EnvBefore
- All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeEachCallback,org.junit.jupiter.api.extension.Extension
- Enclosing class:
EnvTest
public static final class EnvTest.EnvBefore
extends Object
implements org.junit.jupiter.api.extension.BeforeEachCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeEach(org.junit.jupiter.api.extension.ExtensionContext context)
-
Constructor Details
-
EnvBefore
public EnvBefore()
-
-
Method Details
-
beforeEach
public void beforeEach(org.junit.jupiter.api.extension.ExtensionContext context) - Specified by:
beforeEachin interfaceorg.junit.jupiter.api.extension.BeforeEachCallback
-