Lines Matching refs:expectedItem1
544 nlohmann::json expectedItem1; in TEST_F() local
545 expectedItem1["type"] = 3; in TEST_F()
546 expectedItem1["dwellTime"] = 10; in TEST_F()
547 expectedItem1["direction"] = 2; in TEST_F()
548 expectedItem1["thresholdValue"] = 90.2; in TEST_F()
552 ElementsAre(expectedItem0, expectedItem1)); in TEST_F()
564 nlohmann::json expectedItem1; in TEST_F() local
565 expectedItem1["userId"] = "userId_2"; in TEST_F()
566 expectedItem1["severity"] = discrete::Severity::critical; in TEST_F()
567 expectedItem1["dwellTime"] = 5; in TEST_F()
568 expectedItem1["thresholdValue"] = "32.7"; in TEST_F()
573 ElementsAre(expectedItem0, expectedItem1)); in TEST_F()