masooh / intellij-junit-to-spock-converter

JUnit to Spock Converter IntelliJ Plugin: Converts JUnit to Spock. See https://plugins.jetbrains.com/plugin/12335-groovyfier
MIT License
8 stars 3 forks source link

Support conversion of any(*.class) #26

Open rojyates opened 3 years ago

rojyates commented 3 years ago

Conversion Request

I would like the plugin to replace

any(Pageable.class)

with

_ as Pageable