Checker Test API: Allow easy creation of enabled/disabled checkers

TestCheckerUpdate already provided more expressive methods for
switching a checker to enabled/disabled. There's no reason to use a
different approach for TestCheckerCreation. Since the enable()/disable()
methods are the recommended way, reduce the visibility of the underlying
method.

Change-Id: Ia6b5f5e2abdc25915246182db874cdb5383d3d2f
9 files changed
tree: 708b5fb136db3af0155cab14ea0265c9d73aa163
  1. gr-checks/
  2. java/
  3. javatests/
  4. proto/
  5. resources/
  6. BUILD
  7. LICENSE
  8. 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.