Package guru.mikelue.foxglove.junit
Class FoxgloveJUnitExtension
java.lang.Object
guru.mikelue.foxglove.junit.FoxgloveJUnitExtension
- All Implemented Interfaces:
BeforeAllCallback,BeforeEachCallback,Extension
JUnit extension for Foxglove.
This extension implements semantics defined by
annotation doc.-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor should get called by JUnit engine. -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeAll(ExtensionContext context) voidbeforeEach(ExtensionContext context)
-
Constructor Details
-
FoxgloveJUnitExtension
public FoxgloveJUnitExtension()Default constructor should get called by JUnit engine.
-
-
Method Details
-
beforeAll
- Specified by:
beforeAllin interfaceBeforeAllCallback- Throws:
Exception
-
beforeEach
- Specified by:
beforeEachin interfaceBeforeEachCallback- Throws:
Exception
-