com.atlassian.plugins.osgi.test.rest
Class TestResultDetailRepresentation
java.lang.Object
com.atlassian.plugins.osgi.test.rest.TestDetailRepresentation
com.atlassian.plugins.osgi.test.rest.TestResultDetailRepresentation
public class TestResultDetailRepresentation
- extends TestDetailRepresentation
- Since:
- version
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResultDetailRepresentation
public TestResultDetailRepresentation(String classname,
org.junit.runner.Result testResult)
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.