Home
last modified time | relevance | path

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

/system/ulib/fs-test-utils/include/fs-test-utils/
A Dunittest.h36 fbl::Function<bool()> test_wrapper = [&fixture]() { \
39 fs_test_utils::fs_test_utils_internal::current_test_wrapper = &test_wrapper; \
/system/host/abigen/
A Dabigen_generator.cpp33 static TestWrapper test_wrapper; variable
35 static vector<CallWrapper*> wrappers = {&test_wrapper, &blocking_wrapper};
/system/ulib/unittest/
A Dcrash-handler.cpp322 static bool test_wrapper(void* arg) { in test_wrapper() function
330 return run_with_crash_handler(crash_list, test_wrapper, &twarg, true, test_result); in run_test_with_crash_handler()
/system/ulib/fs-test-utils/
A Dperftest.cpp170 auto test_wrapper = [&test, fixture](perftest::RepeatState* state) { in RunTest() local
178 bool failed = !perftest::RunTest(kTestSuite, test.name.c_str(), test_wrapper, in RunTest()

Completed in 8 milliseconds