Searched refs:RunLoopTestType (Results 1 – 1 of 1) sorted by relevance
202 enum class RunLoopTestType { enum216 RunLoopTestEnvironment(RunLoopTestType type) { in RunLoopTestEnvironment()218 case RunLoopTestType::kRealEnvironment: { in RunLoopTestEnvironment()222 case RunLoopTestType::kTestDelegate: { in RunLoopTestEnvironment()237 class RunLoopTest : public testing::TestWithParam<RunLoopTestType> {563 testing::Values(RunLoopTestType::kRealEnvironment));566 testing::Values(RunLoopTestType::kTestDelegate));