micronaut-projects / micronaut-guides

Guides and Tutorials on how to use Micronaut including sample code
https://guides.micronaut.io
Creative Commons Attribution 4.0 International
36 stars 31 forks source link

Mockito as Java and Kotlin only feature. #1546

Closed AndreaLaGrotteria closed 2 weeks ago

AndreaLaGrotteria commented 3 weeks ago

When merged we can remove if (guidesOption.getTestFramework() == TestFramework.SPOCK) { appFeatures.remove("mockito"); } from DefaultGuideProjectGenerator