Class IssueExtension

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 Object implements org.junit.jupiter.api.extension.BeforeEachCallback
This class implements the functionality for the @Issue annotation.
See Also:
  • Constructor Details

    • IssueExtension

      IssueExtension()
  • Method Details

    • beforeEach

      public void beforeEach(org.junit.jupiter.api.extension.ExtensionContext context)
      Specified by:
      beforeEach in interface org.junit.jupiter.api.extension.BeforeEachCallback