public class ReporterUtil
extends java.lang.Object
| Constructor and Description |
|---|
ReporterUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createMetaInfo(org.testng.ISuite suite) |
static void |
createMethodResult(org.testng.ITestContext context,
org.testng.ITestResult result,
java.util.List<LoggingBean> logs,
java.util.List<CheckpointResultBean> checkpoints)
should be called on test method completion
|
static java.lang.String |
execHostName(java.lang.String execCommand) |
static void |
updateMetaInfo(org.testng.ISuite suite) |
static void |
updateOverview(org.testng.ITestContext context,
org.testng.ITestResult result) |
public static void updateMetaInfo(org.testng.ISuite suite)
public static void createMetaInfo(org.testng.ISuite suite)
public static void updateOverview(org.testng.ITestContext context,
org.testng.ITestResult result)
public static void createMethodResult(org.testng.ITestContext context,
org.testng.ITestResult result,
java.util.List<LoggingBean> logs,
java.util.List<CheckpointResultBean> checkpoints)
context - result - public static java.lang.String execHostName(java.lang.String execCommand)
Copyright © 2000 Infostretch Corp.