Home
last modified time | relevance | path

Searched full:was (Results 1 – 25 of 1496) sorted by relevance

12345678910>>...60

/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/params/dummy/src/
Dmain.c20 zassert_true(1, "1 was false"); in ZTEST()
21 zassert_false(0, "0 was true"); in ZTEST()
22 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
23 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
24 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
25 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
29 zassert_true(1, "1 was false"); in ZTEST()
30 zassert_false(0, "0 was true"); in ZTEST()
31 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
32 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
[all …]
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/dummy/agnostic/group2/src/
Dmain.c22 zassert_true(1, "1 was false"); in ZTEST()
23 zassert_false(0, "0 was true"); in ZTEST()
24 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
25 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
26 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
27 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
32 zassert_true(1, "1 was false"); in ZTEST()
33 zassert_false(0, "0 was true"); in ZTEST()
34 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
35 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
[all …]
Dsubmain.c18 zassert_true(1, "1 was false"); in ZTEST()
19 zassert_false(0, "0 was true"); in ZTEST()
20 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
21 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
22 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
23 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/dummy/agnostic_cpp/group2/src/
Dmain.cpp25 zassert_true(1, "1 was false"); in ZTEST()
26 zassert_false(0, "0 was true"); in ZTEST()
27 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
28 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
29 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
30 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
35 zassert_true(1, "1 was false"); in ZTEST()
36 zassert_false(0, "0 was true"); in ZTEST()
37 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
38 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
[all …]
Dsubmain.cpp20 zassert_true(1, "1 was false"); in ZTEST()
21 zassert_false(0, "0 was true"); in ZTEST()
22 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
23 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
24 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
25 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/tests/bluetooth/host/keys/mocks/
Dsettings_expects.c16 zassert_equal(bt_settings_encode_key_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_settings_encode_key_with_not_null_key()
19 "'%s()' was called with incorrect '%s' value", func_name, "path"); in expect_single_call_bt_settings_encode_key_with_not_null_key()
21 "'%s()' was called with incorrect '%s' value", func_name, "path_size"); in expect_single_call_bt_settings_encode_key_with_not_null_key()
23 "'%s()' was called with incorrect '%s' value", func_name, "subsys"); in expect_single_call_bt_settings_encode_key_with_not_null_key()
25 "'%s()' was called with incorrect '%s' value", func_name, "addr"); in expect_single_call_bt_settings_encode_key_with_not_null_key()
27 "'%s()' was called with incorrect '%s' value", func_name, "key"); in expect_single_call_bt_settings_encode_key_with_not_null_key()
35 "'%s()' was called more than once (%d)", func_name, in expect_single_call_bt_settings_encode_key_with_null_key()
38 "'%s()' was called with incorrect '%s' value", func_name, "path"); in expect_single_call_bt_settings_encode_key_with_null_key()
40 "'%s()' was called with incorrect '%s' value", func_name, "path_size"); in expect_single_call_bt_settings_encode_key_with_null_key()
42 "'%s()' was called with incorrect '%s' value", func_name, "subsys"); in expect_single_call_bt_settings_encode_key_with_null_key()
[all …]
/Zephyr-latest/tests/bluetooth/host/id/mocks/
Dsmp_expects.c17 "'%s()' was called more than once", func_name); in expect_single_call_bt_smp_le_oob_generate_sc_data()
25 "'%s()' was called unexpectedly", func_name); in expect_not_called_bt_smp_le_oob_generate_sc_data()
32 zassert_equal(bt_smp_le_oob_set_tk_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_smp_le_oob_set_tk()
36 "'%s()' was called with incorrect '%s' value", func_name, "conn"); in expect_single_call_bt_smp_le_oob_set_tk()
38 "'%s()' was called with incorrect '%s' value", func_name, "tk"); in expect_single_call_bt_smp_le_oob_set_tk()
48 "'%s()' was called more than once", func_name); in expect_single_call_bt_smp_le_oob_set_sc_data()
51 "'%s()' was called with incorrect '%s' value", func_name, "conn"); in expect_single_call_bt_smp_le_oob_set_sc_data()
53 "'%s()' was called with incorrect '%s' value", func_name, "oobd_local"); in expect_single_call_bt_smp_le_oob_set_sc_data()
55 "'%s()' was called with incorrect '%s' value", func_name, "oobd_remote"); in expect_single_call_bt_smp_le_oob_set_sc_data()
65 "'%s()' was called more than once", func_name); in expect_single_call_bt_smp_le_oob_get_sc_data()
[all …]
Dhci_core_expects.c17 zassert_equal(bt_unpair_fake.call_count, 1, "'%s()' was called more than once", func_name); in expect_single_call_bt_unpair()
19 zassert_equal(bt_unpair_fake.arg0_val, id, "'%s()' was called with incorrect '%s' value", in expect_single_call_bt_unpair()
24 "'%s()' was called with incorrect '%s' value", func_name, "addr"); in expect_single_call_bt_unpair()
27 "'%s()' was called with incorrect '%s' value", func_name, "addr"); in expect_single_call_bt_unpair()
35 zassert_equal(bt_unpair_fake.call_count, 0, "'%s()' was called unexpectedly", func_name); in expect_not_called_bt_unpair()
42 zassert_equal(bt_hci_cmd_create_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_hci_cmd_create()
46 "'%s()' was called with incorrect '%s' value", func_name, "opcode"); in expect_single_call_bt_hci_cmd_create()
48 "'%s()' was called with incorrect '%s' value", func_name, "param_len"); in expect_single_call_bt_hci_cmd_create()
55 zassert_equal(bt_hci_cmd_create_fake.call_count, 0, "'%s()' was called unexpectedly", in expect_not_called_bt_hci_cmd_create()
63 zassert_equal(bt_hci_cmd_send_sync_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_hci_cmd_send_sync()
[all …]
Dkeys_expects.c16 zassert_equal(bt_keys_find_irk_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_keys_find_irk()
20 "'%s()' was called with incorrect '%s' value", func_name, "id"); in expect_single_call_bt_keys_find_irk()
22 "'%s()' was called with incorrect '%s' value", func_name, "addr"); in expect_single_call_bt_keys_find_irk()
29 zassert_equal(bt_keys_find_irk_fake.call_count, 0, "'%s()' was called unexpectedly", in expect_not_called_bt_keys_find_irk()
37 zassert_equal(bt_keys_foreach_type_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_keys_foreach_type()
41 "'%s()' was called with incorrect '%s' value", func_name, "type"); in expect_single_call_bt_keys_foreach_type()
43 "'%s()' was called with incorrect '%s' value", func_name, "func"); in expect_single_call_bt_keys_foreach_type()
50 zassert_equal(bt_keys_foreach_type_fake.call_count, 0, "'%s()' was called unexpectedly", in expect_not_called_bt_keys_foreach_type()
Dconn_expects.c18 "'%s()' was called more than once", func_name); in expect_single_call_bt_conn_lookup_state_le()
21 "'%s()' was called with incorrect '%s' value", func_name, "id"); in expect_single_call_bt_conn_lookup_state_le()
23 "'%s()' was called with incorrect '%s' value", func_name, "peer"); in expect_single_call_bt_conn_lookup_state_le()
25 "'%s()' was called with incorrect '%s' value", func_name, "state"); in expect_single_call_bt_conn_lookup_state_le()
32 zassert_equal(bt_conn_lookup_state_le_fake.call_count, 0, "'%s()' was called unexpectedly", in expect_not_called_bt_conn_lookup_state_le()
40 zassert_equal(bt_conn_unref_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_conn_unref()
44 "'%s()' was called with incorrect '%s' value", func_name, "conn"); in expect_single_call_bt_conn_unref()
51 zassert_equal(bt_conn_unref_fake.call_count, 0, "'%s()' was called unexpectedly", in expect_not_called_bt_conn_unref()
Dnet_buf_expects.c17 zassert_equal(net_buf_unref_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_net_buf_unref()
21 "'%s()' was called with incorrect '%s' value", func_name, "buf"); in expect_single_call_net_buf_unref()
28 zassert_equal(net_buf_unref_fake.call_count, 0, "'%s()' was called unexpectedly", in expect_not_called_net_buf_unref()
36 zassert_equal(net_buf_simple_add_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_net_buf_simple_add()
40 "'%s()' was called with incorrect '%s' value", func_name, "buf"); in expect_single_call_net_buf_simple_add()
42 "'%s()' was called with incorrect '%s' value", func_name, "len"); in expect_single_call_net_buf_simple_add()
49 zassert_equal(net_buf_simple_add_fake.call_count, 0, "'%s()' was called unexpectedly", in expect_not_called_net_buf_simple_add()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/dummy/agnostic/group1/subgroup1/src/
Dmain.c20 zassert_true(1, "1 was false"); in ZTEST()
21 zassert_false(0, "0 was true"); in ZTEST()
22 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
23 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
24 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
25 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/dummy/agnostic/group1/subgroup2/src/
Dmain.c20 zassert_true(1, "1 was false"); in ZTEST()
21 zassert_false(0, "0 was true"); in ZTEST()
22 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
23 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
24 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
25 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/dummy/device/group/src/
Dmain.c20 zassert_true(1, "1 was false"); in ZTEST()
21 zassert_false(0, "0 was true"); in ZTEST()
22 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
23 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
24 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
25 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/no_filter/dummy/src/
Dmain.c20 zassert_true(1, "1 was false"); in ZTEST()
21 zassert_false(0, "0 was true"); in ZTEST()
22 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
23 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
24 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
25 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/one_fail_one_pass/agnostic/group1/subgroup1/src/
Dmain.c20 zassert_true(1, "1 was false"); in ZTEST()
21 zassert_false(0, "0 was true"); in ZTEST()
22 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
23 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
24 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
25 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/one_fail_two_error_one_pass/agnostic/group1/subgroup1/src/
Dmain.c20 zassert_true(1, "1 was false"); in ZTEST()
21 zassert_false(0, "0 was true"); in ZTEST()
22 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
23 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
24 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
25 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/platform_key/dummy/src/
Dmain.c20 zassert_true(1, "1 was false"); in ZTEST()
21 zassert_false(0, "0 was true"); in ZTEST()
22 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
23 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
24 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
25 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/qemu_overflow/dummy/src/
Dmain.c20 zassert_true(1, "1 was false"); in ZTEST()
21 zassert_false(0, "0 was true"); in ZTEST()
22 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
23 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
24 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
25 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/samples/subsys/testsuite/integration/src/
Dmain.c20 zassert_true(1, "1 was false"); in ZTEST()
21 zassert_false(0, "0 was true"); in ZTEST()
22 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
23 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
24 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
25 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/dummy/agnostic_cpp/group1/subgroup1/src/
Dmain.cpp22 zassert_true(1, "1 was false"); in ZTEST()
23 zassert_false(0, "0 was true"); in ZTEST()
24 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
25 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
26 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
27 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/dummy/agnostic_cpp/group1/subgroup2/src/
Dmain.cpp21 zassert_true(1, "1 was false"); in ZTEST()
22 zassert_false(0, "0 was true"); in ZTEST()
23 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
24 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
25 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
26 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/san/ubsan/src/
Dmain.c28 zassert_true(1, "1 was false"); in ZTEST()
29 zassert_false(0, "0 was true"); in ZTEST()
30 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
31 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
32 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
33 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/san/val/src/
Dmain.c30 zassert_true(1, "1 was false"); in ZTEST()
31 zassert_false(0, "0 was true"); in ZTEST()
32 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
33 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
34 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
35 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/san/lsan/src/
Dmain.c37 zassert_true(1, "1 was false"); in ZTEST()
38 zassert_false(0, "0 was true"); in ZTEST()
39 zassert_is_null(NULL, "NULL was not NULL"); in ZTEST()
40 zassert_not_null("foo", "\"foo\" was NULL"); in ZTEST()
41 zassert_equal(1, 1, "1 was not equal to 1"); in ZTEST()
42 zassert_equal_ptr(NULL, NULL, "NULL was not equal to NULL"); in ZTEST()

12345678910>>...60