Split getChecker/getCheck* tests into one test per field

Having seperate tests for each field in the info entities is cleaner:
- test failures can be directly attributed to a certain field
- for the creation of the test object we only need to care about the
  field under test, just setting this one field improves readability
- some fields require multiple tests (e.g. with/without description),
  the new structure makes these tests more consistent and it's more
  obvious if they are missing

Change-Id: I9e653ddd2d243455fef4a4a3a7572cf700ce7260
Signed-off-by: Edwin Kempin <ekempin@google.com>
2 files changed
tree: 4a7c6987ffe333894317e5c2902e3b558b7822ba
  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.