public class TestResult
| Modifier and Type | Class and Description |
|---|---|
static class |
TestResult.Companion |
static class |
TestResult.Failed |
static class |
TestResult.Ok |
| Modifier and Type | Field and Description |
|---|---|
static TestResult.Companion |
Companion |
| Modifier and Type | Method and Description |
|---|---|
TestResult |
merge(TestResult result) |
boolean |
toBoolean() |
public static TestResult.Companion Companion
public boolean toBoolean()
public TestResult merge(TestResult result)