Package org.testng.remote.strprotocol
Class RemoteTestListener
- java.lang.Object
-
- org.testng.remote.strprotocol.RemoteTestListener1
-
- org.testng.remote.strprotocol.RemoteTestListener
-
- All Implemented Interfaces:
org.testng.IConfigurationListener
,org.testng.IConfigurationListener2
,org.testng.internal.IResultListener
,org.testng.internal.IResultListener2
,org.testng.ITestListener
,org.testng.ITestNGListener
public class RemoteTestListener extends RemoteTestListener1 implements org.testng.internal.IResultListener2
A special listener that remote the event with string protocol.
-
-
Constructor Summary
Constructors Constructor Description RemoteTestListener(org.testng.ISuite suite, org.testng.xml.XmlTest test, MessageHub msh)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beforeConfiguration(org.testng.ITestResult tr)
-
Methods inherited from class org.testng.remote.strprotocol.RemoteTestListener1
onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess, onFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestFailure, onTestSkipped, onTestStart, onTestSuccess
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
RemoteTestListener
public RemoteTestListener(org.testng.ISuite suite, org.testng.xml.XmlTest test, MessageHub msh)
-
-