Add class with checker test data

Many test classes have tests with invalid data for checkers. Instead of
defining the invalid data again and again in each class define it once
in a new CheckerTestData class. Having this defined in a common place
makes the tests consistent and allows us to tests our assumptions about
this test data.

Change-Id: I5708fb80adbd5c6aa72dd10c4ccf0c5ca1f6e049
Signed-off-by: Edwin Kempin <ekempin@google.com>
9 files changed
tree: 652e90a7cae3fb41d7343d7bfc2109a30e91b2c7
  1. java/
  2. javatests/
  3. src/
  4. BUILD
  5. LICENSE
  6. README.md
README.md

Gerrit Code Review Checks Plugin

This plugin provides a unified experience for checkers (CI systems, static analyzers, etc.) to integrate with Gerrit Code Review.