public final class ConfigSummaryData extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addConfigSummary(String key,
String value) |
static void |
addConfigSummary(String key,
String value,
String testName) |
static void |
addLocalConfigSummary(String key,
Map<String,String> localConfigMap) |
static Map<String,String> |
getConfigSummary()
Helps retrieve the configuration summary to be displayed in the report.
|
static Map<String,String> |
getLocalConfigSummary(String testName)
Helps retrieve the configuration summary for test to be displayed in the report.
|
static void |
initConfigSummary()
Initialize the config summary map with Current Date.
|
static void |
initLocalConfigSummary(String testName) |
public static void initConfigSummary()
public static void initLocalConfigSummary(String testName)
public static void addConfigSummary(String key, String value, String testName)
key
- - A String
that represents the Configuration Name to be displayed in the SeLion Reports.value
- - A String
that represents the configuration value to be displayed in the SeLion Reports.testName
- - A String
that if specified, will add the configuration value to the specified test to be
displayed in the SeLion Reports. If not specified(null or empty), the configuration value will be
added to the global map for the SeLion Reports.public static void addLocalConfigSummary(String key, Map<String,String> localConfigMap)
public static Map<String,String> getConfigSummary()
Map
that represents the configuration summary.Copyright © 2016 PayPal Open Source. All rights reserved.