Home
last modified time | relevance | path

Searched refs:expected_ran_tasks (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/platform/impl/
Dtask_runner_unittest.cc189 std::string expected_ran_tasks; in TEST() local
190 expected_ran_tasks.append(kNumberOfTasks, '1'); in TEST()
200 EXPECT_EQ(ran_tasks, expected_ran_tasks); in TEST()