public class TestResultDetailRepresentation extends TestDetailRepresentation
| Constructor and Description |
|---|
TestResultDetailRepresentation(String classname,
org.junit.runner.Result testResult) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.junit.runner.notification.Failure> |
getFailedMethods() |
Set<String> |
getIgnoredMethods() |
Set<String> |
getPassedMethods() |
org.junit.runner.Result |
getTestResult() |
getAllTestMethods, getClassname, getDivId, setAllTestMethodspublic TestResultDetailRepresentation(String classname, org.junit.runner.Result testResult)
Copyright © 2024 Atlassian. All rights reserved.