Package org.testng.internal
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
-
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.
-