Searched refs:test_wrapper (Results 1 – 4 of 4) sorted by relevance
36 fbl::Function<bool()> test_wrapper = [&fixture]() { \39 fs_test_utils::fs_test_utils_internal::current_test_wrapper = &test_wrapper; \
33 static TestWrapper test_wrapper; variable35 static vector<CallWrapper*> wrappers = {&test_wrapper, &blocking_wrapper};
322 static bool test_wrapper(void* arg) { in test_wrapper() function330 return run_with_crash_handler(crash_list, test_wrapper, &twarg, true, test_result); in run_test_with_crash_handler()
170 auto test_wrapper = [&test, fixture](perftest::RepeatState* state) { in RunTest() local178 bool failed = !perftest::RunTest(kTestSuite, test.name.c_str(), test_wrapper, in RunTest()
Completed in 8 milliseconds