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 8017fae commit ad6ca51Copy full SHA for ad6ca51
java/ql/src/Likely Bugs/Frameworks/JUnit/ExcessivePublicMethodMocking.ql
@@ -56,7 +56,7 @@ class MockitoMockingMethodCall extends MethodCall {
56
}
57
58
/*
59
- * The following from-which-select embodies this pseudocode:
+ * The following from-where-select embodies this pseudocode:
60
* - Find a JUnit4TestMethod which:
61
* - for a class that it mocks with a call to `mock`,
62
* - for all methods that the class has, there is a method that this test method mocks.
0 commit comments