**Description** There are unclear option names of the parameter `mockStrategy` in the Gradle/Maven plugins. So we need to rename them. **Expected names** - `'no-mocks'` - `'other-packages'` - `'other-classes'` **Actual names** - `'do-not-mock'` - `'package-based'` - `'all-except-cut'`