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

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

Completed in 92 milliseconds