Class InvokedMethod

java.lang.Object
org.testng.internal.InvokedMethod
All Implemented Interfaces:
IInvokedMethod

public class InvokedMethod extends Object implements IInvokedMethod
  • Field Details

    • m_date

      private final long m_date
    • m_testResult

      private final ITestResult m_testResult
  • Constructor Details

    • InvokedMethod

      public InvokedMethod(long date, ITestResult testResult)
  • Method Details