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