You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should detect unit tests that test mocks but not the real production code.
This could be the case if e.g. the object under test is a mocked one.
The reason is that due to testing the mocks only there is no benefit in having the test as production code is not involved at all (and the production code is the interesting code to do tests on).
The text was updated successfully, but these errors were encountered:
We should detect unit tests that test mocks but not the real production code.
This could be the case if e.g. the object under test is a mocked one.
The reason is that due to testing the mocks only there is no benefit in having the test as production code is not involved at all (and the production code is the interesting code to do tests on).
The text was updated successfully, but these errors were encountered: