Class AllureLabelExtension

  • All Implemented Interfaces:
    org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.Extension

    public final class AllureLabelExtension
    extends java.lang.Object
    implements org.junit.jupiter.api.extension.BeforeEachCallback
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beforeEach​(org.junit.jupiter.api.extension.ExtensionContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AllureLabelExtension

        public AllureLabelExtension​(java.lang.String name,
                                    java.lang.String value)
      • AllureLabelExtension

        public AllureLabelExtension​(io.qameta.allure.model.Label label)
      • AllureLabelExtension

        public AllureLabelExtension​(java.util.List<io.qameta.allure.model.Label> labelList)
    • Method Detail

      • beforeEach

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