public static class TestRunnerBackdoor.TestResultResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
failed |
String |
message |
boolean |
passed |
| Constructor and Description |
|---|
TestResultResponse() |
| Modifier and Type | Method and Description |
|---|---|
static TestRunnerBackdoor.TestResultResponse |
from(org.junit.runner.Result result) |
public boolean passed
public boolean failed
public String message
public static TestRunnerBackdoor.TestResultResponse from(org.junit.runner.Result result)
Copyright © 2002-2023 Atlassian. All Rights Reserved.