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