Searched refs:test_function (Results 1 – 2 of 2) sorted by relevance
437 def decorator(test_function): argument438 @functools.wraps(test_function)446 return test_function(self, *args, **kwargs)451 def decorator(test_function): argument452 @functools.wraps(test_function)464 return test_function(self, *args, **kwargs)
133 for (auto test_function : bluetooth::hci::hci_packet_fuzz_tests) { in RunHciPacketFuzzTest() local134 test_function(data, size); in RunHciPacketFuzzTest()