We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a3a3b commit 1ce094eCopy full SHA for 1ce094e
src/main/java/org/junit/experimental/theories/Theories.java
@@ -51,7 +51,7 @@
51
* }
52
53
* </pre>
54
- * This makes it clear that the user's filename should be included in the config file name,
+ * This makes it clear that the username should be included in the config file name,
55
* only if it doesn't contain a slash. Another test or theory might define what happens when a username does contain
56
* a slash. <code>UserTest</code> will attempt to run <code>filenameIncludesUsername</code> on every compatible data
57
* point defined in the class. If any of the assumptions fail, the data point is silently ignored. If all of the
0 commit comments