Class TestNGListenerHelper

java.lang.Object
com.shaft.listeners.internal.TestNGListenerHelper

public class TestNGListenerHelper extends Object
  • Constructor Details

    • TestNGListenerHelper

      public TestNGListenerHelper()
  • Method Details

    • setTotalNumberOfTests

      public static void setTotalNumberOfTests(org.testng.ISuite testSuite)
    • attachConfigurationMethods

      public static void attachConfigurationMethods()
    • updateConfigurationMethods

      public static void updateConfigurationMethods(org.testng.ITestResult iTestResult)
    • updateTestMethods

      public static void updateTestMethods(org.testng.ITestResult iTestResult)
    • getTestName

      public static String getTestName()
    • setTestName

      public static void setTestName(org.testng.ITestContext iTestContext)
    • configureCrossBrowserExecution

      public static void configureCrossBrowserExecution(List<org.testng.xml.XmlSuite> suites)
    • configureTestNGProperties

      public static void configureTestNGProperties(List<org.testng.xml.XmlSuite> suites)
    • attachConfigurationHelperClass

      public static void attachConfigurationHelperClass(List<org.testng.xml.XmlSuite> suites)
    • configureJVMProxy

      public static void configureJVMProxy()
    • attachTestArtifacts

      public static void attachTestArtifacts(org.testng.ITestResult iTestResult)
    • createTestLog

      public static String createTestLog(List<String> output)
    • skipTestsWithLinkedIssues

      public static void skipTestsWithLinkedIssues(org.testng.ITestResult iTestResult)
    • getIssueAnnotationValue

      public static String getIssueAnnotationValue(org.testng.ITestResult iTestResult)
    • getTmsLinkAnnotationValue

      public static String getTmsLinkAnnotationValue(org.testng.ITestResult iTestResult)
    • failFast

      public static void failFast(org.testng.ITestResult iTestResult)
    • logTestInformation

      public static void logTestInformation(org.testng.ITestResult iTestResult)
    • logFinishedTestInformation

      public static void logFinishedTestInformation(org.testng.ITestResult iTestResult)