Package net.azae.xray

Class XrayExtension

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

    public class XrayExtension
    extends java.lang.Object
    implements org.junit.jupiter.api.extension.BeforeEachCallback
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String UPLOAD_TO_XRAY  
      static java.lang.String XRAY_TEST_ID  
    • Constructor Summary

      Constructors 
      Constructor Description
      XrayExtension()  
    • 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

      • XrayExtension

        public XrayExtension()
    • Method Detail

      • beforeEach

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