Skip to content

Commit

Permalink
Add pull request junit-team#1013 to the release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcooney committed Dec 4, 2014
1 parent 102ebee commit 3867a73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/ReleaseNotes4.12.md
Expand Up @@ -155,6 +155,13 @@ thrown.reportMissingExceptionWithMessage("FAIL: Expected exception to be thrown"
If a custom failure message is not provided, a default message is used.


### [Pull request #1013:](https://github.com/junit-team/junit/pull/1013) Make ErrorCollector#checkSucceeds generic

The method `ErrorCollector.checkSucceeds()` is now generic. Previously, you could only pass
in a `Callable<Object>` and it returned `Object`. You can now pass any `Callable` and the
return type will match the type of the callable.


# Timeout for Tests
*See also [Timeout for tests](https://github.com/junit-team/junit/wiki/Timeout-for-tests)*

Expand Down

0 comments on commit 3867a73

Please sign in to comment.