Skip to content

Commit b8adef3

Browse files
author
David Saff
committed
Merge pull request #626 from Jire/patch-3
Documentation fix: 'iff' becomes 'if and only if'
2 parents 6133ac8 + dd297dd commit b8adef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/junit/Test.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ private None() {
5959
}
6060

6161
/**
62-
* Optionally specify <code>expected</code>, a Throwable, to cause a test method to succeed iff
63-
* an exception of the specified class is thrown by the method.
62+
* Optionally specify <code>expected</code>, a Throwable, to cause a test method to succeed if
63+
* and only if an exception of the specified class is thrown by the method.
6464
*/
6565
Class<? extends Throwable> expected() default None.class;
6666

0 commit comments

Comments
 (0)