Skip to content

Commit dd297dd

Browse files
author
Thomas Nappo
committed
Documentation fix: 'iff' becomes 'if and only if'
While clever jargon is always appreciated documentation should be understood by all audiences. This fix changes the questionable "iff" into its explicit value, "if and only if."
1 parent 6133ac8 commit dd297dd

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)