Class RandomIdReporter
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.utils.RandomIdReporter
-
- All Implemented Interfaces:
org.testng.ISuiteListener
,org.testng.ITestNGListener
public class RandomIdReporter extends Object implements org.testng.ISuiteListener
On finish, writes all identifiers used by this test suite into a file as specified by theidentifiers-file
parameter of defining TestNG descriptor. If no such parameter is defined, or is otherwise blank, thenidentifiers.txt
is assumed.
-
-
Constructor Summary
Constructors Constructor Description RandomIdReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onFinish(org.testng.ISuite suite)
void
onStart(org.testng.ISuite suite)
-