public class RestReplayTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RestReplayTest.FORMAT |
static class |
RestReplayTest.HTML_FORMAT |
static class |
RestReplayTest.ResultSummary |
Modifier and Type | Field and Description |
---|---|
static RestReplayTest.FORMAT |
HTML |
static String |
REPORTS_DIRNAME |
static String |
RESTREPLAY_REL_DIR_REPORTS_TO_MODULE |
static String |
RESTREPLAY_REL_DIR_TO_MODULE |
static RestReplayTest.FORMAT |
TEXT |
Constructor and Description |
---|
RestReplayTest() |
Modifier and Type | Method and Description |
---|---|
static RestReplay |
createRestReplayForMaven() |
static Master |
createRestReplayMasterForMaven() |
static void |
logTest(List<ServiceResult> list,
String testname) |
static void |
logTest(ServiceResult sresult,
String testname) |
static void |
logTestForGroup(List<List<ServiceResult>> list,
String testname) |
static RestReplayTest.ResultSummary |
resultSummary(List<ServiceResult> serviceResults,
RestReplayTest.FORMAT format) |
static RestReplayTest.ResultSummary |
resultSummary(ServiceResult serviceResult,
RestReplayTest.FORMAT format) |
static RestReplayTest.ResultSummary |
resultSummaryForGroup(List<List<ServiceResult>> list,
RestReplayTest.FORMAT format) |
public static final String RESTREPLAY_REL_DIR_TO_MODULE
public static final String REPORTS_DIRNAME
public static final String RESTREPLAY_REL_DIR_REPORTS_TO_MODULE
public static final RestReplayTest.FORMAT TEXT
public static final RestReplayTest.FORMAT HTML
public static RestReplay createRestReplayForMaven() throws Exception
Exception
public static Master createRestReplayMasterForMaven() throws Exception
Exception
public static void logTest(ServiceResult sresult, String testname)
public static void logTest(List<ServiceResult> list, String testname)
public static void logTestForGroup(List<List<ServiceResult>> list, String testname)
public static RestReplayTest.ResultSummary resultSummaryForGroup(List<List<ServiceResult>> list, RestReplayTest.FORMAT format)
public static RestReplayTest.ResultSummary resultSummary(List<ServiceResult> serviceResults, RestReplayTest.FORMAT format)
public static RestReplayTest.ResultSummary resultSummary(ServiceResult serviceResult, RestReplayTest.FORMAT format)
Copyright © 2016. All rights reserved.