square / wire-gradle-plugin

A Gradle plugin for generating Java code for your protocol buffer definitions with Wire.
Apache License 2.0
153 stars 23 forks source link

Tests! #1

Open JakeWharton opened 9 years ago

JakeWharton commented 9 years ago

Simple unit tests to validate preconditions of the plugin, extension customization, and fixtures for actual behavior.

JakeWharton commented 9 years ago

Bonus: Gradle 2.6 finally published a plugin test helper so we don't have to copy/paste one.

meoyawn commented 8 years ago

started playing with https://docs.gradle.org/current/userguide/test_kit.html