Skip to content

Commit

Permalink
Fixes junit-team#295 clarify javadoc for Result
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfarwell committed May 25, 2012
1 parent 99c4e59 commit 4311a62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/java/org/junit/runner/Result.java
Expand Up @@ -10,9 +10,8 @@
import org.junit.runner.notification.RunListener;

/**
* A <code>Result</code> collects and summarizes information from running multiple
* tests. Since tests are expected to run correctly, successful tests are only noted in
* the count of tests that ran.
* A <code>Result</code> collects and summarizes information from running multiple tests.
* All tests are counted -- additional information is collected from tests that fail.
*/
public class Result implements Serializable {
private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit 4311a62

Please sign in to comment.