Class MdcTestListener

java.lang.Object
com.xebialabs.platform.test.testng.MdcTestListener
All Implemented Interfaces:
org.testng.IInvokedMethodListener, org.testng.ITestNGListener

public class MdcTestListener extends Object implements org.testng.IInvokedMethodListener
  • Field Details

  • Constructor Details

    • MdcTestListener

      public MdcTestListener()
  • Method Details

    • getName

      protected String getName(org.testng.ITestNGMethod m_method, Object[] params)
    • beforeInvocation

      public void beforeInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult)
      Specified by:
      beforeInvocation in interface org.testng.IInvokedMethodListener
    • afterInvocation

      public void afterInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult)
      Specified by:
      afterInvocation in interface org.testng.IInvokedMethodListener