Home
last modified time | relevance | path

Searched refs:Ensure (Results 1 – 25 of 7598) sorted by relevance

12345678910>>...304

/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/tests/cgreen/tests/
H A Dassertion_tests.c5 Ensure integer_one_should_assert_true() { in integer_one_should_assert_true()
9 Ensure integer_zero_should_assert_false() { in integer_zero_should_assert_false()
13 Ensure one_should_assert_equal_to_one() { in one_should_assert_equal_to_one()
17 Ensure zero_should_assert_not_equal_to_one() { in zero_should_assert_not_equal_to_one()
21 Ensure one_should_assert_long_equal_to_one() { in one_should_assert_long_equal_to_one()
27 Ensure zero_should_assert_long_not_equal_to_one() { in zero_should_assert_long_not_equal_to_one()
45 Ensure one_should_assert_long_long_equal_to_one() { in one_should_assert_long_long_equal_to_one()
69 Ensure one_should_assert_short_equal_to_one() { in one_should_assert_short_equal_to_one()
93 Ensure one_should_assert_char_equal_to_one() { in one_should_assert_char_equal_to_one()
117 Ensure one_should_assert_float_equal_to_one() { in one_should_assert_float_equal_to_one()
[all …]
H A Dmocks_tests.c9 Ensure no_errors_thrown_when_no_presets() { in no_errors_thrown_when_no_presets()
13 Ensure can_stub_an_integer_return() { in can_stub_an_integer_return()
33 Ensure set_stub_just_to_be_cleared() { in set_stub_just_to_be_cleared()
58 Ensure can_stub_a_string_return() { in can_stub_a_string_return()
63 Ensure can_stub_a_string_sequence() { in can_stub_a_string_sequence()
91 Ensure expect_a_sequence() { in expect_a_sequence()
104 Ensure string_expect_is_confirmed() { in string_expect_is_confirmed()
114 Ensure string_expect_sequence() { in string_expect_sequence()
130 Ensure double_expect_is_confirmed() { in double_expect_is_confirmed()
135 Ensure double_expect_sequence() { in double_expect_sequence()
[all …]
H A Dparameters_test.c8 Ensure destroy_names() { in destroy_names()
13 Ensure can_create_vector_of_no_parameters_and_destroy_it() { in can_create_vector_of_no_parameters_and_destroy_it()
18 Ensure can_read_single_parameter() { in can_read_single_parameter()
24 Ensure can_read_two_parameters() { in can_read_two_parameters()
31 Ensure can_read_three_parameters() { in can_read_three_parameters()
39 Ensure can_read_two_parameters_without_spaces() { in can_read_two_parameters_without_spaces()
45 Ensure can_read_long_parameters() { in can_read_long_parameters()
51 Ensure can_read_long_parameters_with_funky_names() { in can_read_long_parameters_with_funky_names()
57 Ensure can_read_two_parameters_with_varied_whitespace() { in can_read_two_parameters_with_varied_whitespace()
63 Ensure can_strip_box_double_to_leave_original_name() { in can_strip_box_double_to_leave_original_name()
[all …]
H A Dvector_tests.c16 Ensure new_vector_is_empty() { in new_vector_is_empty()
20 Ensure single_item_gives_count_of_one() { in single_item_gives_count_of_one()
25 Ensure single_item_is_readable() { in single_item_is_readable()
30 Ensure double_item_gives_count_of_two() { in double_item_gives_count_of_two()
36 Ensure two_items_are_readable() { in two_items_are_readable()
43 Ensure can_extract_only_item() { in can_extract_only_item()
49 Ensure can_extract_head_item() { in can_extract_head_item()
58 Ensure can_extract_tail_item() { in can_extract_tail_item()
67 Ensure can_extract_middle_item() { in can_extract_middle_item()
81 Ensure destructor_is_called_on_single_item() { in destructor_is_called_on_single_item()
[all …]
H A Dconstraint_tests.c5 Ensure can_construct_and_destroy_an_want_constraint() {
10 Ensure parameter_name_gives_true_if_matching() {
17 Ensure equal_integers_compare_true_with_a_want_constraint() {
23 Ensure equal_pointers_compare_true_with_a_want_constraint() {
30 Ensure can_construct_and_destroy_a_want_string_constraint() {
35 Ensure can_compare_strings_as_equal() {
42 Ensure can_compare_null_strings_as_well_as_real_ones() {
48 Ensure can_expect_null_strings_as_well_as_real_ones() {
55 Ensure equal_doubles_compare_true_with_a_want_double_constraint() {
61 Ensure unequal_doubles_compare_false_with_a_want_double_constraint() {
[all …]
H A Dbreadcrumb_tests.c5 Ensure can_destroy_empty_breadcrumb() { in can_destroy_empty_breadcrumb()
9 Ensure last_name_pushed_is_current() { in last_name_pushed_is_current()
16 Ensure can_push_more_than_one_item() { in can_push_more_than_one_item()
23 Ensure popping_item_takes_us_back_to_the_previous_item() { in popping_item_takes_us_back_to_the_previous_item()
31 Ensure empty_breadcrumb_has_null_as_current() { in empty_breadcrumb_has_null_as_current()
36 Ensure popping_last_name_leaves_breadcrumb_empty() { in popping_last_name_leaves_breadcrumb_empty()
47 Ensure empty_breadcrumb_does_not_trigger_walker() { in empty_breadcrumb_does_not_trigger_walker()
53 Ensure single_item_breadcrumb_does_calls_walker_only_once() { in single_item_breadcrumb_does_calls_walker_only_once()
60 Ensure double_item_breadcrumb_does_calls_walker_only_once() { in double_item_breadcrumb_does_calls_walker_only_once()
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/tests/cgreen/samples/
H A Dsample.c5 Ensure these_should_be_true() { in these_should_be_true()
10 Ensure these_should_be_false() { in these_should_be_false()
15 Ensure these_should_be_equal() { in these_should_be_equal()
20 Ensure these_should_not_be_equal() { in these_should_not_be_equal()
25 Ensure these_strings_should_match() { in these_strings_should_match()
52 Ensure confirm_integer_is_set_up() { in confirm_integer_is_set_up()
57 Ensure check_again_during_teardown() { in check_again_during_teardown()
108 Ensure create_test_interference() { in create_test_interference()
116 Ensure seg_fault() { in seg_fault()
139 Ensure expectation_confirmed() { in expectation_confirmed()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/tests/integration/targets/vmware_host_dns/tasks/
H A Ddhcp.yml14 - name: Ensure DNS config wasn't changed
33 - name: Ensure DNS config was changed
52 - name: Ensure DNS config wasn't changed
71 - name: Ensure DNS config was changed
90 - name: Ensure DNS config was changed
111 - name: Ensure DNS config was changed
134 - name: Ensure DNS config was changed
150 - name: Ensure DNS config was changed
186 - name: Ensure DNS config was changed
224 - name: Ensure DNS config was changed
[all …]
H A Dstatic.yml13 - name: Ensure DNS config wasn't changed
32 - name: Ensure DNS config was changed
51 - name: Ensure DNS config was changed
72 - name: Ensure DNS config was changed
93 - name: Ensure DNS config was changed
113 - name: Ensure configuration has changed
133 - name: Ensure DNS config was changed
155 - name: Ensure DNS config was changed
177 - name: Ensure DNS config was changed
196 - name: Ensure DNS config was changed
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/win_dns_zone/tasks/
H A Dactivedirectory.yml2 - name: Ensure AD/DNS roles are installed
11 - name: Ensure domain is present
19 - name: Ensure loopback address is set to DNS
27 - name: Ensure DNS zones are absent
39 - name: Ensure primary DNS zone is present
93 - name: Ensure DNS zone is absent
100 - name: Ensure DNS zone is absent (idempotence check)
107 - name: Ensure forwarder has specific DNS servers
131 - name: Ensure stub zone is configured
191 - name: Ensure file backed primary zone is present
[all …]
H A Dstandalone.yml2 - name: Ensure AD/DNS roles are installed
11 - name: Ensure loopback address is set to DNS
20 - name: Ensure DNS zones are absent
32 - name: Ensure file-backed primary DNS zone is present
68 - name: Ensure DNS zone is absent
75 - name: Ensure DNS zone is absent (idempotence check)
82 - name: Ensure file-backed forwarder has specific DNS servers
107 - name: Ensure file-backed stub zone is configured
129 - name: Ensure file-backed forwarder zone has updated DNS servers
151 - name: Ensure file backed primary zone is present
[all …]
/dports/net/rdesktop/rdesktop-1.9.0/tests/
H A Dparse_geometry_test.c27 Ensure(ParseGeometry, HandlesWxH) in Ensure() function
38 Ensure(ParseGeometry, FailsOnMissingHeight) in Ensure() function
51 Ensure(ParseGeometry, FailsOnMissingHeightVariant2) in Ensure() function
63 Ensure(ParseGeometry, HandlesPercentageOfScreen) in Ensure() function
85 Ensure(ParseGeometry, HandlesSpecifiedDPI) in Ensure() function
98 Ensure(ParseGeometry, HandlesSpecifiedXPosition) in Ensure() function
168 Ensure(ParseGeometry, HandlesSpecialNameWorkarea) in Ensure() function
176 Ensure(ParseGeometry, FailsOnNegativeDPI) in Ensure() function
184 Ensure(ParseGeometry, FailsOnNegativeWidth) in Ensure() function
192 Ensure(ParseGeometry, FailsOnNegativeHeight) in Ensure() function
[all …]
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/tests/common/
H A Dtest-mime.c23 Ensure(hdr_enc_encodes_cyrillic) in Ensure() function
35 Ensure(hdr_enc_encodes_cyrillic2) in Ensure() function
47 Ensure(hdr_enc_does_not_break_utf8) in Ensure() function
59 Ensure(hdr_enc_encodes_long_line) in Ensure() function
71 Ensure(hdr_enc_qp_encodes_cyrillic) in Ensure() function
83 Ensure(hdr_enc_b64_wraps_reminder) in Ensure() function
96 Ensure(hdr_enc_b64_only_splits_plain) in Ensure() function
171 Ensure(hdr_dec_handles_empty) in Ensure() function
182 Ensure(hdr_dec_preserves_non_mime) in Ensure() function
207 Ensure(hdr_dec_decodes_email1) in Ensure() function
[all …]
H A Dtest-log-fglog.c111 Ensure(fglog_sets_file_from_config) { in Ensure() function
126 Ensure(fglog_does_not_change_file) { in Ensure() function
146 Ensure(fglog_does_simple_output_stdout) { in Ensure() function
158 Ensure(fglog_does_errno_output_stdout) { in Ensure() function
174 Ensure(fglog_does_simple_output_file) { in Ensure() function
188 Ensure(fglog_prints_for_wrong_file) { in Ensure() function
247 Ensure(fglog_opens_file_every_time) in Ensure() function
279 Ensure(fglog_outputs_after_log_program) in Ensure() function
293 Ensure(fglog_outputs_after_log_file_stdout) in Ensure() function
307 Ensure(fglog_outputs_after_log_file_file) in Ensure() function
[all …]
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dutils_tests.c29 Ensure (utils, gvm_usleep_sleep_for_0) in Ensure() function
34 Ensure (utils, gvm_usleep_sleep_for_1) in Ensure() function
41 Ensure (utils, gvm_sleep_sleep_for_0) in Ensure() function
48 Ensure (utils, parse_iso_time_tz_with_offset) in Ensure() function
59 Ensure (utils, parse_iso_time_tz_with_z) in Ensure() function
66 Ensure (utils, parse_iso_time_tz_with_fallback_tz) in Ensure() function
81 Ensure (utils, parse_iso_time_tz_variants) in Ensure() function
102 Ensure (utils, gvm_sleep_sleep_for_1) in Ensure() function
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/test/snippets/function/
H A Dcurlnoise1 // Ensure curl noise can be passed a vec3d and assigned to a vec3d
5 // Ensure curl noise can be passed a vec3f
9 // Ensure result of curl noise can be assigned to vec3d attribute
12 // Ensure result of curl noise can be assigned to vec3f attribute
15 // Ensure curl noise can accept three double-precision scalars
21 // Ensure curl noise can accept three single-precision scalars
27 // Ensure curl noise can be assigned to local (both vec3f and scalar)
34 // Ensure the curl noise arguments can be implicitly casted (should be equal)
/dports/security/gvm-libs/gvm-libs-21.4.3/base/
H A Dhosts_tests.c36 Ensure (hosts, gvm_hosts_new_never_returns_null) in Ensure() function
43 Ensure (hosts, gvm_get_host_type_returns_host_type_ipv4) in Ensure() function
53 Ensure (hosts, gvm_get_host_type_returns_host_type_ipv6) in Ensure() function
64 Ensure (hosts, gvm_get_host_type_returns_host_type_hostname) in Ensure() function
84 Ensure (hosts, gvm_get_host_type_returns_host_type_cidr_block) in Ensure() function
98 Ensure (hosts, gvm_get_host_type_returns_host_type_cidr6_block) in Ensure() function
138 Ensure (hosts, gvm_get_host_type_returns_host_type_range_long) in Ensure() function
169 Ensure (hosts, gvm_get_host_type_returns_error) in Ensure() function
198 Ensure (hosts, gvm_hosts_new_with_max_returns_success) in Ensure() function
206 Ensure (hosts, gvm_hosts_new_with_max_returns_error) in Ensure() function
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/funcs_1/storedproc/
H A Dstoredproc_03.inc11 #- 1. Ensure that all subclauses that should be supported are supported.
12 #- 2. Ensure that all subclauses that should not be supported are disallowed
14 #- 3. Ensure that all supported subclauses are supported only in the
24 ## 8. Ensure that the CASE statement acts correctly for all variants,
26 ## 9. Ensure that the LOOP statement acts correctly for all variants,
28 #- 10. Ensure that the labels enclosing each LOOP statement must match.
35 #- 13. Ensure that every beginning label must end with a colon (:).
37 ## 15. Ensure that the LEAVE statement acts correctly for all variants,
53 #- 22. Ensure that every beginning label must end with a colon (:).
55 ## 24. Ensure that the WHILE statement acts correctly for all variants,
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/funcs_1/storedproc/
H A Dstoredproc_03.inc11 #- 1. Ensure that all subclauses that should be supported are supported.
12 #- 2. Ensure that all subclauses that should not be supported are disallowed
14 #- 3. Ensure that all supported subclauses are supported only in the
24 ## 8. Ensure that the CASE statement acts correctly for all variants,
26 ## 9. Ensure that the LOOP statement acts correctly for all variants,
28 #- 10. Ensure that the labels enclosing each LOOP statement must match.
35 #- 13. Ensure that every beginning label must end with a colon (:).
37 ## 15. Ensure that the LEAVE statement acts correctly for all variants,
53 #- 22. Ensure that every beginning label must end with a colon (:).
55 ## 24. Ensure that the WHILE statement acts correctly for all variants,
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/funcs_1/storedproc/
H A Dstoredproc_03.inc11 #- 1. Ensure that all subclauses that should be supported are supported.
12 #- 2. Ensure that all subclauses that should not be supported are disallowed
14 #- 3. Ensure that all supported subclauses are supported only in the
24 ## 8. Ensure that the CASE statement acts correctly for all variants,
26 ## 9. Ensure that the LOOP statement acts correctly for all variants,
28 #- 10. Ensure that the labels enclosing each LOOP statement must match.
35 #- 13. Ensure that every beginning label must end with a colon (:).
37 ## 15. Ensure that the LEAVE statement acts correctly for all variants,
53 #- 22. Ensure that every beginning label must end with a colon (:).
55 ## 24. Ensure that the WHILE statement acts correctly for all variants,
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/funcs_1/storedproc/
H A Dstoredproc_03.inc11 #- 1. Ensure that all subclauses that should be supported are supported.
12 #- 2. Ensure that all subclauses that should not be supported are disallowed
14 #- 3. Ensure that all supported subclauses are supported only in the
24 ## 8. Ensure that the CASE statement acts correctly for all variants,
26 ## 9. Ensure that the LOOP statement acts correctly for all variants,
28 #- 10. Ensure that the labels enclosing each LOOP statement must match.
35 #- 13. Ensure that every beginning label must end with a colon (:).
37 ## 15. Ensure that the LEAVE statement acts correctly for all variants,
53 #- 22. Ensure that every beginning label must end with a colon (:).
55 ## 24. Ensure that the WHILE statement acts correctly for all variants,
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/funcs_1/storedproc/
H A Dstoredproc_03.inc11 #- 1. Ensure that all subclauses that should be supported are supported.
12 #- 2. Ensure that all subclauses that should not be supported are disallowed
14 #- 3. Ensure that all supported subclauses are supported only in the
24 ## 8. Ensure that the CASE statement acts correctly for all variants,
26 ## 9. Ensure that the LOOP statement acts correctly for all variants,
28 #- 10. Ensure that the labels enclosing each LOOP statement must match.
35 #- 13. Ensure that every beginning label must end with a colon (:).
37 ## 15. Ensure that the LEAVE statement acts correctly for all variants,
53 #- 22. Ensure that every beginning label must end with a colon (:).
55 ## 24. Ensure that the WHILE statement acts correctly for all variants,
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/funcs_1/storedproc/
H A Dstoredproc_03.inc11 #- 1. Ensure that all subclauses that should be supported are supported.
12 #- 2. Ensure that all subclauses that should not be supported are disallowed
14 #- 3. Ensure that all supported subclauses are supported only in the
24 ## 8. Ensure that the CASE statement acts correctly for all variants,
26 ## 9. Ensure that the LOOP statement acts correctly for all variants,
28 #- 10. Ensure that the labels enclosing each LOOP statement must match.
35 #- 13. Ensure that every beginning label must end with a colon (:).
37 ## 15. Ensure that the LEAVE statement acts correctly for all variants,
53 #- 22. Ensure that every beginning label must end with a colon (:).
55 ## 24. Ensure that the WHILE statement acts correctly for all variants,
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/funcs_1/storedproc/
H A Dstoredproc_03.inc11 #- 1. Ensure that all subclauses that should be supported are supported.
12 #- 2. Ensure that all subclauses that should not be supported are disallowed
14 #- 3. Ensure that all supported subclauses are supported only in the
24 ## 8. Ensure that the CASE statement acts correctly for all variants,
26 ## 9. Ensure that the LOOP statement acts correctly for all variants,
28 #- 10. Ensure that the labels enclosing each LOOP statement must match.
35 #- 13. Ensure that every beginning label must end with a colon (:).
37 ## 15. Ensure that the LEAVE statement acts correctly for all variants,
53 #- 22. Ensure that every beginning label must end with a colon (:).
55 ## 24. Ensure that the WHILE statement acts correctly for all variants,
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/funcs_1/storedproc/
H A Dstoredproc_03.inc11 #- 1. Ensure that all subclauses that should be supported are supported.
12 #- 2. Ensure that all subclauses that should not be supported are disallowed
14 #- 3. Ensure that all supported subclauses are supported only in the
24 ## 8. Ensure that the CASE statement acts correctly for all variants,
26 ## 9. Ensure that the LOOP statement acts correctly for all variants,
28 #- 10. Ensure that the labels enclosing each LOOP statement must match.
35 #- 13. Ensure that every beginning label must end with a colon (:).
37 ## 15. Ensure that the LEAVE statement acts correctly for all variants,
53 #- 22. Ensure that every beginning label must end with a colon (:).
55 ## 24. Ensure that the WHILE statement acts correctly for all variants,
[all …]

12345678910>>...304