Home
last modified time | relevance | path

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

/system/ulib/zxtest/
A Dtest-info.cpp20 std::unique_ptr<Test> TestInfo::Instantiate(internal::TestDriver* driver) const { in Instantiate() function in zxtest::TestInfo
A Dtest-case.cpp97 std::unique_ptr<Test> test = test_info.Instantiate(driver); in Run()
/system/ulib/zxtest/include/zxtest/base/
A Dtest-info.h28 std::unique_ptr<Test> Instantiate(internal::TestDriver* driver) const;
/system/ulib/zxtest/test/
A Dtest-info_test.cpp52 std::unique_ptr<zxtest::Test> test = info.Instantiate(&test_driver); in TestInfoInstantiate()

Completed in 7 milliseconds