org.testng
Interface IConfigurationListener

All Superinterfaces:
ITestNGListener
All Known Subinterfaces:
IConfigurationListener2
All Known Implementing Classes:
DotTestListener, ExitCodeListener, FailedReporter, JUnitXMLReporter, RemoteTestListener, TestHTMLReporter, TestListenerAdapter, TestNG.ExitCodeListener, TextReporter, VerboseReporter

public interface IConfigurationListener
extends ITestNGListener

Listener interface for events related to configuration methods.


Method Summary
 void onConfigurationFailure(ITestResult itr)
          Invoked whenever a configuration method failed.
 void onConfigurationSkip(ITestResult itr)
          Invoked whenever a configuration method was skipped.
 void onConfigurationSuccess(ITestResult itr)
          Invoked whenever a configuration method succeeded.
 

Method Detail

onConfigurationSuccess

void onConfigurationSuccess(ITestResult itr)
Invoked whenever a configuration method succeeded.


onConfigurationFailure

void onConfigurationFailure(ITestResult itr)
Invoked whenever a configuration method failed.


onConfigurationSkip

void onConfigurationSkip(ITestResult itr)
Invoked whenever a configuration method was skipped.



Copyright © 2015. All Rights Reserved.