Update java/ql/src/Likely Bugs/Frameworks/JUnit/ExcessivePublicMethodMocking.ql

Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
Napalys Klicius
2025-08-28 12:03:56 +02:00
committed by GitHub
parent 8017fae297
commit ad6ca51ef2

View File

@@ -56,7 +56,7 @@ class MockitoMockingMethodCall extends MethodCall {
}
/*
* The following from-which-select embodies this pseudocode:
* The following from-where-select embodies this pseudocode:
* - Find a JUnit4TestMethod which:
* - for a class that it mocks with a call to `mock`,
* - for all methods that the class has, there is a method that this test method mocks.