public class TestRunListener extends Object implements org.testng.IExecutionListener
A shared fixture should be used with caution in order to avoid undesirable test interactions. In general, it should be populated with "read-only" objects that are not modified during the test run.
| Constructor and Description |
|---|
TestRunListener() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
lookupDataSource(String dsName)
Looks for a JNDI DataSource that provides access to a database containing
the official EPSG geodetic parameters.
|
void |
onExecutionFinish() |
void |
onExecutionStart()
Looks up the DataSource
jdbc/EPSG (EPSG geodetic
parameters). |
public void onExecutionStart()
jdbc/EPSG (EPSG geodetic
parameters).onExecutionStart in interface org.testng.IExecutionListenerpublic void onExecutionFinish()
onExecutionFinish in interface org.testng.IExecutionListenervoid lookupDataSource(String dsName)
hint when
initializing the EPSG factory. An embedded database will be created if
necessary.dsName - The name of the data source.Copyright © 2018 Open Geospatial Consortium. All rights reserved.