Searched refs:test_name (Results 1 – 4 of 4) sorted by relevance
/platform_testing/libraries/rdroidtest/src/ |
D | lib.rs | 40 ($test_name:ident) => { 43 fn [< __test_ $test_name >]() -> $crate::_libtest_mimic::Trial { 45 ::std::stringify!($test_name), 46 move || $crate::runner::run($test_name), 51 ($test_name:ident, ignore_if: $ignore_expr:expr) => { 54 fn [< __test_ $test_name >]() -> $crate::_libtest_mimic::Trial { 56 ::std::stringify!($test_name), 57 move || $crate::runner::run($test_name), 89 ($test_name:ident, $param_gen:expr) => { 92 fn [< __ptest_ $test_name >]() -> Vec<$crate::_libtest_mimic::Trial> { [all …]
|
/platform_testing/libraries/flag-helpers/libflagtest/include/ |
D | flag_macros.h | 27 #define _FLAG_GTEST_CLASS_NAME(test_fixture, test_name) \ argument 28 test_fixture##_##test_name##_FLAG_GTest 40 #define _FLAG_GTEST_CLASS(test_fixture, test_name, parent_class, flags...) \ argument 41 class _FLAG_GTEST_CLASS_NAME(test_fixture, test_name) \ 56 _FLAG_GTEST_CLASS_NAME(test_fixture, test_name)() { \ 140 #define TEST_F_WITH_FLAGS(test_fixture, test_name, flags...) \ argument 141 _FLAG_GTEST_CLASS(test_fixture, test_name, test_fixture, flags) \ 142 GTEST_TEST_(test_fixture, test_name, \ 143 _FLAG_GTEST_CLASS_NAME(test_fixture, test_name), \ 164 #define TEST_WITH_FLAGS(test_fixture, test_name, flags...) \ argument [all …]
|
/platform_testing/tests/automotive/mobly_tests/utilities/ |
D | crystalball_metrics_utils.py | 24 def export_to_crystalball(data: Dict[str, Any], output_dir: str, test_name: str) -> None: 37 f.write(test_name + '\n\n')
|
/platform_testing/tests/functional/devicehealthchecks/assets/ |
D | bug_map | 1 <test_name> <regex.no.spaces> <only_bug_number>
|