Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 20367

Gradle plugin with reflections

$
0
0

I don’t find unit testing Gradle plugins very helpful since it’s easy to get a false positive. So I usually only provide integration tests with TestKit. Since gradle scripts are groovy, you can put assert statements in your test gradle scripts which I find convenient.

Eg


Viewing all articles
Browse latest Browse all 20367

Trending Articles