com.atlassian.plugins.osgi.test.rest
Class TestResultDetailRepresentation

java.lang.Object
  extended by com.atlassian.plugins.osgi.test.rest.TestDetailRepresentation
      extended by com.atlassian.plugins.osgi.test.rest.TestResultDetailRepresentation

public class TestResultDetailRepresentation
extends TestDetailRepresentation

Since:
version

Constructor Summary
TestResultDetailRepresentation(String classname, org.junit.runner.Result testResult)
           
 
Method Summary
 Map<String,org.junit.runner.notification.Failure> getFailedMethods()
           
 Set<String> getIgnoredMethods()
           
 Set<String> getPassedMethods()
           
 org.junit.runner.Result getTestResult()
           
 
Methods inherited from class com.atlassian.plugins.osgi.test.rest.TestDetailRepresentation
getAllTestMethods, getClassname, getDivId, setAllTestMethods
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResultDetailRepresentation

public TestResultDetailRepresentation(String classname,
                                      org.junit.runner.Result testResult)
Method Detail

getTestResult

public org.junit.runner.Result getTestResult()

getPassedMethods

public Set<String> getPassedMethods()

getIgnoredMethods

public Set<String> getIgnoredMethods()

getFailedMethods

public Map<String,org.junit.runner.notification.Failure> getFailedMethods()


Copyright © 2014 Atlassian. All rights reserved.