提交 91a85d6d 编写于 作者: D Daniel Beck

Improved documentation.

上级 dcfeaf3c
......@@ -49,6 +49,8 @@ import static java.util.Collections.singletonList;
/**
* One test result.
*
* Non-final since 1.526
*
* @author Kohsuke Kawaguchi
*/
public class CaseResult extends TestResult implements Comparable<CaseResult> {
......@@ -201,6 +203,8 @@ public class CaseResult extends TestResult implements Comparable<CaseResult> {
/**
* Used to create a fake failure, when Hudson fails to load data from XML files.
*
* Public since 1.526.
*/
public CaseResult(SuiteResult parent, String testName, String errorStackTrace) {
this.className = parent == null ? "unnamed" : parent.getName();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册