org.testng
Interface IInvokedMethod


public interface IInvokedMethod

An interface representing a method that has been invoked by TestNG.


Method Summary
 long getDate()
           
 ITestNGMethod getTestMethod()
           
 boolean isConfigurationMethod()
           
 boolean isTestMethod()
           
 

Method Detail

isTestMethod

boolean isTestMethod()
Returns:
true if this method is a test method

isConfigurationMethod

boolean isConfigurationMethod()
Returns:
true if this method is a configuration method (@BeforeXXX or @AfterXXX)

getTestMethod

ITestNGMethod getTestMethod()
Returns:
the test method

getDate

long getDate()
Returns:
the date when this method was run


Copyright © 2010. All Rights Reserved.