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
Now, the ErrorProneChecksPlugin is tested with the help of several unit tests that test separate plugin parts.
After we migrated away from Mockito and lost access to creating testing mocks, some of these tests became really inefficient, and others now require to alternate the plugin code in order to implement the test.
All of this could be avoided if we had a proper ErrorProneChecksPluginTest which checked all main plugin usage scenarios, making the unit tests for separate parts unnecessary.
The text was updated successfully, but these errors were encountered:
Now, the
ErrorProneChecksPlugin
is tested with the help of several unit tests that test separate plugin parts.After we migrated away from Mockito and lost access to creating testing mocks, some of these tests became really inefficient, and others now require to alternate the plugin code in order to implement the test.
All of this could be avoided if we had a proper
ErrorProneChecksPluginTest
which checked all main plugin usage scenarios, making the unit tests for separate parts unnecessary.The text was updated successfully, but these errors were encountered: