mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user