public class TestResultHistoryUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static TestNGResult |
getPreviousBuildTestResults(Run<?,?> owner)
Gets the latest build before this one and returns it's test result.
|
static String |
toSummary(TestNGTestResultBuildAction action)
Summarizes the delta in tests and also displays a list of failed/skipped
tests and configuration methods.
|
public static TestNGResult getPreviousBuildTestResults(Run<?,?> owner)
TestNGTestResultBuildAction,
otherwise returns an empty TestNGResult
object. Never returns null.public static String toSummary(TestNGTestResultBuildAction action)
action - TestNG build actionCopyright © 2016–2021. All rights reserved.