Interface IInvocationStatus

All Known Implementing Classes:
BaseTestMethod, ConfigurationMethod, FactoryMethod, JUnit3TestMethod, JUnit4TestMethod, JUnitTestMethod, TestNGMethod

public interface IInvocationStatus
Helps keep track of when a method was invoked
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
    setInvokedAt(long date)
     
  • Method Details

    • setInvokedAt

      void setInvokedAt(long date)
      Parameters:
      date - - The timestamp at which a method was invoked.
    • getInvocationTime

      long getInvocationTime()
      Returns:
      - The timestamp at which a method got invoked.