org.testng
Interface IConfigurable

All Superinterfaces:
ITestNGListener

public interface IConfigurable
extends ITestNGListener

If a test class implements this interface, its run() method will be invoked instead of each configuration method found. The invocation of the configuration method will then be performed upon invocation of the callBack() method of the IConfigureCallBack parameter.

Author:
cbeust Sep 07, 2010

Method Summary
 void run(IConfigureCallBack callBack, ITestResult testResult)
           
 

Method Detail

run

void run(IConfigureCallBack callBack,
         ITestResult testResult)


Copyright © 2015. All Rights Reserved.