Searched refs:routesBefore (Results 1 – 1 of 1) sorted by relevance
1921 std::vector<AudioRoute> routesBefore; in TEST_P() local1922 ASSERT_IS_OK(module->getAudioRoutes(&routesBefore)); in TEST_P()1948 ASSERT_EQ(routesBefore.size(), routesAfter.size()) in TEST_P()1951 std::sort(routesBefore.begin(), routesBefore.end()); in TEST_P()1953 EXPECT_EQ(routesBefore, routesAfter); in TEST_P()