com.atlassian.jira.dev.backdoor
Class TestRunnerBackdoor.TestResultResponse

java.lang.Object
  extended by com.atlassian.jira.dev.backdoor.TestRunnerBackdoor.TestResultResponse
Enclosing class:
TestRunnerBackdoor

public static class TestRunnerBackdoor.TestResultResponse
extends Object


Field Summary
 boolean failed
           
 String message
           
 boolean passed
           
 
Constructor Summary
TestRunnerBackdoor.TestResultResponse()
           
 
Method Summary
static TestRunnerBackdoor.TestResultResponse from(org.junit.runner.Result result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

passed

public boolean passed

failed

public boolean failed

message

public String message
Constructor Detail

TestRunnerBackdoor.TestResultResponse

public TestRunnerBackdoor.TestResultResponse()
Method Detail

from

public static TestRunnerBackdoor.TestResultResponse from(org.junit.runner.Result result)


Copyright © 2002-2014 Atlassian. All Rights Reserved.