Test AsyncFlowMetrics without mock

Instead of verifying interactions on the mocks, we instead assert on the real test subject directly.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=218209556
This commit is contained in:
jianglai 2018-10-22 12:10:06 -07:00
parent d2ca67460c
commit e39cc04110
3 changed files with 17 additions and 39 deletions

View file

@ -47,6 +47,7 @@ java_library(
"@com_google_flogger_system_backend",
"@com_google_guava",
"@com_google_guava_testlib",
"@com_google_monitoring_client_contrib",
"@com_google_monitoring_client_metrics",
"@com_google_re2j",
"@com_google_truth",