Open JakeWharton opened 9 years ago
Simple unit tests to validate preconditions of the plugin, extension customization, and fixtures for actual behavior.
Bonus: Gradle 2.6 finally published a plugin test helper so we don't have to copy/paste one.
started playing with https://docs.gradle.org/current/userguide/test_kit.html
Simple unit tests to validate preconditions of the plugin, extension customization, and fixtures for actual behavior.