Running the tests requires Bazel, see here for installation instructions.
From any directory, run all tests found in the workspace:
bazel test //src/...
Run all tests in current directory
# E.g. in directory `...test/java/com/google/devtools/cdbg/debuglets/java`
bazel test :all
Run individual test in current directory:
# E.g. in directory `...test/java/com/google/devtools/cdbg/debuglets/java`
bazel test :YamlConfigParserTest