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
Out gradle plugin collects all declared methods from the class. But sometimes there is no need to test private methods. So we should add a field testPrivateMethods: Boolean to the plugin configuration.