- java.lang.Object
-
- org.junitpioneer.jupiter.IssueExtension
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeEachCallback,org.junit.jupiter.api.extension.Extension
class IssueExtension extends java.lang.Object implements org.junit.jupiter.api.extension.BeforeEachCallbackThis class implements the functionality for the@Issueannotation.- See Also:
Issue
-
-
Constructor Summary
Constructors Constructor Description IssueExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeEach(org.junit.jupiter.api.extension.ExtensionContext context)
-