Searched refs:planA (Results 1 – 1 of 1) sorted by relevance
771 ExecutionPlan planA; in TEST_F() local772 ASSERT_EQ(model.partitionTheWork(devicesA, ExecutePreference::PREFER_LOW_POWER, &planA), in TEST_F()774 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()775 ASSERT_NE(planA.forTest_simpleGetDevice().get(), nullptr); in TEST_F()776 ASSERT_EQ(planA.forTest_simpleGetDevice()->getName(), "good"); in TEST_F()