Package org.testng.internal.invokers
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getInvocationTime()
void
setInvokedAt(long date)
-