public class TestExecutionListener extends Object implements org.testng.IExecutionListener
Constructor and Description |
---|
TestExecutionListener() |
Modifier and Type | Method and Description |
---|---|
void |
onExecutionFinish()
This method will execute after all the test classes are executed and this will stop the server
started by start method.
|
void |
onExecutionStart()
This method will execute before all the test classes are executed and this will start a server
with sample service files deployed.
|
public void onExecutionStart()
onExecutionStart
in interface org.testng.IExecutionListener
public void onExecutionFinish()
onExecutionFinish
in interface org.testng.IExecutionListener
Copyright © 2018 WSO2. All rights reserved.