Searched refs:RunLoopTestType (Results 1 – 2 of 2) 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));
200 enum class RunLoopTestType { enum214 explicit RunLoopTestEnvironment(RunLoopTestType type) { in RunLoopTestEnvironment()216 case RunLoopTestType::kRealEnvironment: { in RunLoopTestEnvironment()220 case RunLoopTestType::kTestDelegate: { in RunLoopTestEnvironment()235 class RunLoopTest : public testing::TestWithParam<RunLoopTestType> {595 testing::Values(RunLoopTestType::kRealEnvironment));598 testing::Values(RunLoopTestType::kTestDelegate));