forked from junit-team/junit4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementation for issue junit-team#144
Added additional public method, setMissingExceptionMessage, to allow a user to specify a custom message that would be thrown in the event a test did not throw the expected exception. If one is not provided the class falls back to the previous behavior.
- Loading branch information
Corey Vaillancourt
committed
Nov 10, 2012
1 parent
94aa692
commit 8f0902e
Showing
3 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ MaxCore.max | |
*.iml | ||
*.iws | ||
out | ||
java.hprof.txt | ||
java.hprof.txt | ||
.gitattributes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters