public class PreviousTestOutcome extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
PreviousTestOutcome(String id,
String name,
TestResult result,
String testFailureSummary) |
| Modifier and Type | Method and Description |
|---|---|
static PreviousTestOutcome |
from(TestOutcome testOutcome) |
String |
getId() |
String |
getName() |
TestResult |
getResult() |
String |
getTestFailureSummary() |
protected PreviousTestOutcome(String id, String name, TestResult result, String testFailureSummary)
public static PreviousTestOutcome from(TestOutcome testOutcome)
public String getId()
public String getName()
public TestResult getResult()
public String getTestFailureSummary()
Copyright © 2023. All rights reserved.