Lines Matching refs:Create
95 ZX_ASSERT_MSG(test_case.RegisterTest(kTestName, kLocation, &Test::Create<FakeTest>), in TestCaseRegisterTest()
116 auto test_ptr = Test::Create<FakeTest>(driver); in TestCaseRun()
133 ZX_ASSERT_MSG(test_case.RegisterTest(kTestName, kLocation, &Test::Create<FakeTest>), in TestCaseRegisterDuplicatedTestFails()
136 ZX_ASSERT_MSG(!test_case.RegisterTest(kTestName, kLocation, &Test::Create<FakeTest>), in TestCaseRegisterDuplicatedTestFails()
149 ZX_ASSERT_MSG(test_case.RegisterTest(kTestName, kLocation, &Test::Create<FakeTest>), in TestCaseFilter()
152 ZX_ASSERT_MSG(test_case.RegisterTest("TestName2", kLocation, &Test::Create<FakeTest>), in TestCaseFilter()
186 ZX_ASSERT_MSG(test_case.RegisterTest(kTestName, kLocation, &Test::Create<FakeTest>), in TestCaseFilterAllMatching()
189 ZX_ASSERT_MSG(test_case.RegisterTest("TestName2", kLocation, &Test::Create<FakeTest>), in TestCaseFilterAllMatching()
204 ZX_ASSERT_MSG(test_case.RegisterTest(kTestName, kLocation, &Test::Create<FakeTest>), in TestCaseFilterNullMatchesAll()
207 ZX_ASSERT_MSG(test_case.RegisterTest("TestName2", kLocation, &Test::Create<FakeTest>), in TestCaseFilterNullMatchesAll()
222 ZX_ASSERT_MSG(test_case.RegisterTest(kTestName, kLocation, &Test::Create<FakeTest>), in TestCaseFilterDoNotAccumulate()
242 auto test = Test::Create<FakeTest>(driver); in TestCaseShuffle()
252 auto test = Test::Create<FakeTest>(driver); in TestCaseShuffle()
262 auto test = Test::Create<FakeTest>(driver); in TestCaseShuffle()
289 auto test = Test::Create<FakeTest>(driver); in TestCaseUnShuffle()
299 auto test = Test::Create<FakeTest>(driver); in TestCaseUnShuffle()
309 auto test = Test::Create<FakeTest>(driver); in TestCaseUnShuffle()