ArchiveRepositoryRemoverTest: Refactor assertions on repo content

The current assertion for an empty folder only checks if there is
any content and fails if there is. Refactor it so that when it fails
it includes a message listing the actual content that was unexpected.

Change-Id: Ie974690cf90f98bb517a9b4dc195b09076c3a076
1 file changed
tree: 2deef0fdfedbb4bcd9170610927fe09f3bb5e01c
  1. .settings/
  2. src/
  3. tools/
  4. .bazelrc
  5. .gitignore
  6. bazlets.bzl
  7. BUILD
  8. external_plugin_deps.bzl
  9. README.md
  10. WORKSPACE
README.md

Delete project plugin for Gerrit Code Review

A plugin which allows projects to be deleted from Gerrit via an SSH command, REST API or the Project settings screen.

Build Status