Home
last modified time | relevance | path

Searched defs:fixture (Results 76 – 100 of 1698) sorted by relevance

12345678910>>...68

/dports/devel/caf/actor-framework-0.18.5/libcaf_io/test/io/
H A Dreceive_buffer.cpp19 struct fixture { struct
20 receive_buffer a;
21 receive_buffer b;
22 std::vector<char> vec;
24 fixture() : b(1024ul), vec{'h', 'a', 'l', 'l', 'o'} { in fixture() function
28 std::string as_string(const receive_buffer& xs) { in as_string()
38 CAF_TEST_FIXTURE_SCOPE(receive_buffer_tests, fixture) in CAF_TEST_FIXTURE_SCOPE() argument
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/detail/
H A Dconfig_consumer.cpp46 struct fixture { struct
47 config_option_set options;
48 settings config;
50 fixture() { in fixture() function
62 CAF_TEST_FIXTURE_SCOPE(config_consumer_tests, fixture) in CAF_TEST_FIXTURE_SCOPE() argument
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/kstring-1.0.1/benches/
H A Dcompare.rs60 let fixture = String::from(*fixture); in bench_clone_ref() localVariable
94 let fixture = String::from(*fixture); in bench_clone_owned() localVariable
99 let fixture = String::from(*fixture); in bench_clone_owned() localVariable
104 let fixture = String::from(*fixture); in bench_clone_owned() localVariable
109 let fixture = String::from(*fixture); in bench_clone_owned() localVariable
153 let fixture = String::from(*fixture); in bench_eq_ref() localVariable
154 let fixture = fixture.as_str(); in bench_eq_ref() localVariable
188 let fixture = String::from(*fixture); in bench_eq_owned() localVariable
193 let fixture = String::from(*fixture); in bench_eq_owned() localVariable
198 let fixture = String::from(*fixture); in bench_eq_owned() localVariable
[all …]
/dports/devel/libpeas/libpeas-1.26.0/tests/libpeas-gtk/
H A Dplugin-manager-view.c47 TestFixture *fixture) in notify_model_cb()
63 test_setup (TestFixture *fixture, in test_setup()
83 test_teardown (TestFixture *fixture, in test_teardown()
93 test_runner (TestFixture *fixture, in test_runner()
119 model_has_builtin (TestFixture *fixture) in model_has_builtin()
138 test_gtk_plugin_manager_view_selection (TestFixture *fixture) in test_gtk_plugin_manager_view_selection()
154 test_gtk_plugin_manager_view_show_builtin (TestFixture *fixture) in test_gtk_plugin_manager_view_show_builtin()
162 test_gtk_plugin_manager_view_hide_builtin (TestFixture *fixture) in test_gtk_plugin_manager_view_hide_builtin()
171 test_gtk_plugin_manager_view_reload (TestFixture *fixture) in test_gtk_plugin_manager_view_reload()
197 test_gtk_plugin_manager_view_enable_plugin (TestFixture *fixture) in test_gtk_plugin_manager_view_enable_plugin()
[all …]
/dports/devel/py-libpeas/libpeas-1.26.0/tests/libpeas-gtk/
H A Dplugin-manager-view.c47 TestFixture *fixture) in notify_model_cb()
63 test_setup (TestFixture *fixture, in test_setup()
83 test_teardown (TestFixture *fixture, in test_teardown()
93 test_runner (TestFixture *fixture, in test_runner()
119 model_has_builtin (TestFixture *fixture) in model_has_builtin()
138 test_gtk_plugin_manager_view_selection (TestFixture *fixture) in test_gtk_plugin_manager_view_selection()
154 test_gtk_plugin_manager_view_show_builtin (TestFixture *fixture) in test_gtk_plugin_manager_view_show_builtin()
162 test_gtk_plugin_manager_view_hide_builtin (TestFixture *fixture) in test_gtk_plugin_manager_view_hide_builtin()
171 test_gtk_plugin_manager_view_reload (TestFixture *fixture) in test_gtk_plugin_manager_view_reload()
197 test_gtk_plugin_manager_view_enable_plugin (TestFixture *fixture) in test_gtk_plugin_manager_view_enable_plugin()
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/
H A Daout.cpp33 struct fixture { struct
34 fixture() : system(cfg) { in fixture() argument
38 actor_system_config cfg;
39 actor_system system;
40 scoped_actor self{system, true};
45 CAF_TEST_FIXTURE_SCOPE(adapter_tests, fixture) in CAF_TEST_FIXTURE_SCOPE() argument
H A Dconfig_value_reader.cpp31 struct fixture { struct
32 config_value x;
35 void deserialize(const config_value& src, T& value) { in deserialize()
42 void deserialize(const settings& src, T& value) { in deserialize()
47 void deserialize(T& value) { in deserialize()
52 optional<T> get(const settings& cfg, string_view key) { in get()
59 optional<T> get(string_view key) { in get()
69 CAF_TEST_FIXTURE_SCOPE(config_value_reader_tests, fixture) in CAF_TEST_FIXTURE_SCOPE() argument
H A Dlogger.cpp48 struct fixture { struct
49 fixture() { in fixture() argument
55 void add(logger::field_type kind) { in add()
60 void add(logger::field_type kind, const char (&str)[N]) { in add()
65 string render(F f, Ts&&... xs) { in render()
71 actor_system_config cfg;
72 logger::line_format lf;
125 CAF_TEST_FIXTURE_SCOPE(logger_tests, fixture) in CAF_TEST_FIXTURE_SCOPE() argument
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Dliststore.c75 list_store_setup (ListStore *fixture, in list_store_setup()
90 list_store_teardown (ListStore *fixture, in list_store_teardown()
101 check_model (ListStore *fixture, in check_model()
477 list_store_test_remove_begin (ListStore *fixture, in list_store_test_remove_begin()
497 list_store_test_remove_middle (ListStore *fixture, in list_store_test_remove_middle()
517 list_store_test_remove_end (ListStore *fixture, in list_store_test_remove_end()
536 list_store_test_clear (ListStore *fixture, in list_store_test_clear()
552 list_store_test_reorder (ListStore *fixture, in list_store_test_reorder()
564 list_store_test_swap_begin (ListStore *fixture, in list_store_test_swap_begin()
615 list_store_test_swap_end (ListStore *fixture, in list_store_test_swap_end()
[all …]
H A Dtreestore.c78 tree_store_setup (TreeStore *fixture, in tree_store_setup()
93 tree_store_teardown (TreeStore *fixture, in tree_store_teardown()
104 check_model (TreeStore *fixture, in check_model()
480 tree_store_test_remove_begin (TreeStore *fixture, in tree_store_test_remove_begin()
500 tree_store_test_remove_middle (TreeStore *fixture, in tree_store_test_remove_middle()
520 tree_store_test_remove_end (TreeStore *fixture, in tree_store_test_remove_end()
539 tree_store_test_clear (TreeStore *fixture, in tree_store_test_clear()
555 tree_store_test_reorder (TreeStore *fixture, in tree_store_test_reorder()
567 tree_store_test_swap_begin (TreeStore *fixture, in tree_store_test_swap_begin()
618 tree_store_test_swap_end (TreeStore *fixture, in tree_store_test_swap_end()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dliststore.c75 list_store_setup (ListStore *fixture, in list_store_setup()
90 list_store_teardown (ListStore *fixture, in list_store_teardown()
101 check_model (ListStore *fixture, in check_model()
477 list_store_test_remove_begin (ListStore *fixture, in list_store_test_remove_begin()
497 list_store_test_remove_middle (ListStore *fixture, in list_store_test_remove_middle()
517 list_store_test_remove_end (ListStore *fixture, in list_store_test_remove_end()
536 list_store_test_clear (ListStore *fixture, in list_store_test_clear()
552 list_store_test_reorder (ListStore *fixture, in list_store_test_reorder()
564 list_store_test_swap_begin (ListStore *fixture, in list_store_test_swap_begin()
615 list_store_test_swap_end (ListStore *fixture, in list_store_test_swap_end()
[all …]
H A Dtreestore.c78 tree_store_setup (TreeStore *fixture, in tree_store_setup()
93 tree_store_teardown (TreeStore *fixture, in tree_store_teardown()
104 check_model (TreeStore *fixture, in check_model()
480 tree_store_test_remove_begin (TreeStore *fixture, in tree_store_test_remove_begin()
500 tree_store_test_remove_middle (TreeStore *fixture, in tree_store_test_remove_middle()
520 tree_store_test_remove_end (TreeStore *fixture, in tree_store_test_remove_end()
539 tree_store_test_clear (TreeStore *fixture, in tree_store_test_clear()
555 tree_store_test_reorder (TreeStore *fixture, in tree_store_test_reorder()
567 tree_store_test_swap_begin (TreeStore *fixture, in tree_store_test_swap_begin()
618 tree_store_test_swap_end (TreeStore *fixture, in tree_store_test_swap_end()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libedata-book/
H A Dtest-book-cache-cursor-calculate.c35 test_cursor_calculate_initial (TCUCursorFixture *fixture, in test_cursor_calculate_initial()
50 test_cursor_calculate_move_forward (TCUCursorFixture *fixture, in test_cursor_calculate_move_forward()
89 test_cursor_calculate_move_backwards (TCUCursorFixture *fixture, in test_cursor_calculate_move_backwards()
128 test_cursor_calculate_back_and_forth (TCUCursorFixture *fixture, in test_cursor_calculate_back_and_forth()
203 test_cursor_calculate_partial_target (TCUCursorFixture *fixture, in test_cursor_calculate_partial_target()
234 test_cursor_calculate_after_modification (TCUCursorFixture *fixture, in test_cursor_calculate_after_modification()
286 test_cursor_calculate_filtered_initial (TCUCursorFixture *fixture, in test_cursor_calculate_filtered_initial()
301 test_cursor_calculate_filtered_move_forward (TCUCursorFixture *fixture, in test_cursor_calculate_filtered_move_forward()
331 test_cursor_calculate_filtered_move_backwards (TCUCursorFixture *fixture, in test_cursor_calculate_filtered_move_backwards()
362 test_cursor_calculate_filtered_partial_target (TCUCursorFixture *fixture, in test_cursor_calculate_filtered_partial_target()
[all …]
H A Dtest-sqlite-cursor-calculate.c35 test_cursor_calculate_initial (EbSqlCursorFixture *fixture, in test_cursor_calculate_initial()
50 test_cursor_calculate_move_forward (EbSqlCursorFixture *fixture, in test_cursor_calculate_move_forward()
90 test_cursor_calculate_move_backwards (EbSqlCursorFixture *fixture, in test_cursor_calculate_move_backwards()
130 test_cursor_calculate_back_and_forth (EbSqlCursorFixture *fixture, in test_cursor_calculate_back_and_forth()
208 test_cursor_calculate_partial_target (EbSqlCursorFixture *fixture, in test_cursor_calculate_partial_target()
239 test_cursor_calculate_after_modification (EbSqlCursorFixture *fixture, in test_cursor_calculate_after_modification()
291 test_cursor_calculate_filtered_initial (EbSqlCursorFixture *fixture, in test_cursor_calculate_filtered_initial()
306 test_cursor_calculate_filtered_move_forward (EbSqlCursorFixture *fixture, in test_cursor_calculate_filtered_move_forward()
337 test_cursor_calculate_filtered_move_backwards (EbSqlCursorFixture *fixture, in test_cursor_calculate_filtered_move_backwards()
369 test_cursor_calculate_filtered_partial_target (EbSqlCursorFixture *fixture, in test_cursor_calculate_filtered_partial_target()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/util/
H A Dlightweight_test.hpp39 struct fixture struct
42 typedef boost::detail::spinlock mutex_type;
45 std::ostream& stream_;
46 std::size_t sanity_failures_;
47 std::size_t test_failures_;
49 mutex_type mutex_ = BOOST_DETAIL_SPINLOCK_INIT;
51 mutex_type mutex_;
55 fixture(std::ostream& stream): in fixture() function
68 bool check_(char const* file, int line, char const* function, in check_()
86 bool check_equal(char const* file, int line, char const* function, in check_equal()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libebook-contacts/
H A Dtest-contact-types.c24 types_setup (TypesFixture *fixture, in types_setup()
31 types_teardown (TypesFixture *fixture, in types_teardown()
57 test_string (TypesFixture *fixture, in test_string()
66 test_date (TypesFixture *fixture, in test_date()
88 test_certificates (TypesFixture *fixture, in test_certificates()
160 test_photo (TypesFixture *fixture, in test_photo()
193 test_categories_initially_null_list (TypesFixture *fixture, in test_categories_initially_null_list()
203 test_categories_convert_to_string (TypesFixture *fixture, in test_categories_convert_to_string()
226 test_categories_convert_to_list (TypesFixture *fixture, in test_categories_convert_to_list()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/tsi/
H A Dfake_transport_security_test.cc37 static void fake_test_setup_handshakers(tsi_test_fixture* fixture) { in fake_test_setup_handshakers()
56 static void fake_test_check_handshaker_peers(tsi_test_fixture* fixture) { in fake_test_check_handshaker_peers()
61 static void fake_test_destruct(tsi_test_fixture* fixture) {} in fake_test_destruct()
76 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_handshake_tiny_handshake_buffer() local
83 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_handshake_small_handshake_buffer() local
90 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_handshake() local
105 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_round_trip_for_all_configs() local
126 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_round_trip_odd_buffer_size() local
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dtest-qofbook.c66 setup( Fixture *fixture, gconstpointer pData ) in setup()
72 teardown( Fixture *fixture, gconstpointer pData ) in teardown()
124 test_book_readonly( Fixture *fixture, gconstpointer pData ) in test_book_readonly()
262 test_book_get_string_option( Fixture *fixture, gconstpointer pData ) in test_book_get_string_option()
274 test_book_set_string_option( Fixture *fixture, gconstpointer pData ) in test_book_set_string_option()
312 test_book_get_counter( Fixture *fixture, gconstpointer pData ) in test_book_get_counter()
687 test_book_set_dirty_cb( Fixture *fixture, gconstpointer pData ) in test_book_set_dirty_cb()
710 test_book_shutting_down( Fixture *fixture, gconstpointer pData ) in test_book_shutting_down()
723 test_book_set_get_data( Fixture *fixture, gconstpointer pData ) in test_book_set_get_data()
747 test_book_get_collection( Fixture *fixture, gconstpointer pData ) in test_book_get_collection()
[all …]
/dports/sysutils/tracker/tracker-2.3.4/tests/tracker-steroids/
H A Dtracker-test.c41 delete_test_data (DataFixture *fixture, in delete_test_data()
57 insert_test_data (DataFixture *fixture, in insert_test_data()
190 test_tracker_sparql_query_iterate (DataFixture *fixture, in test_tracker_sparql_query_iterate()
205 test_tracker_sparql_query_iterate_error (DataFixture *fixture, in test_tracker_sparql_query_iterate_error()
251 test_tracker_sparql_query_iterate_empty (DataFixture *fixture, in test_tracker_sparql_query_iterate_empty()
294 test_tracker_sparql_update_fast_small (DataFixture *fixture, in test_tracker_sparql_update_fast_small()
306 test_tracker_sparql_update_fast_large (DataFixture *fixture, in test_tracker_sparql_update_fast_large()
392 test_tracker_sparql_update_fast_error (DataFixture *fixture, in test_tracker_sparql_update_fast_error()
479 test_tracker_batch_sparql_update_fast (DataFixture *fixture, in test_tracker_batch_sparql_update_fast()
608 test_tracker_sparql_update_async (DataFixture *fixture, in test_tracker_sparql_update_async()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/tests/
H A Dliststore.c75 list_store_setup (ListStore *fixture, in list_store_setup()
90 list_store_teardown (ListStore *fixture, in list_store_teardown()
101 check_model (ListStore *fixture, in check_model()
394 list_store_test_remove_begin (ListStore *fixture, in list_store_test_remove_begin()
414 list_store_test_remove_middle (ListStore *fixture, in list_store_test_remove_middle()
434 list_store_test_remove_end (ListStore *fixture, in list_store_test_remove_end()
453 list_store_test_clear (ListStore *fixture, in list_store_test_clear()
469 list_store_test_reorder (ListStore *fixture, in list_store_test_reorder()
481 list_store_test_swap_begin (ListStore *fixture, in list_store_test_swap_begin()
532 list_store_test_swap_end (ListStore *fixture, in list_store_test_swap_end()
[all …]
H A Dtreestore.c78 tree_store_setup (TreeStore *fixture, in tree_store_setup()
93 tree_store_teardown (TreeStore *fixture, in tree_store_teardown()
104 check_model (TreeStore *fixture, in check_model()
397 tree_store_test_remove_begin (TreeStore *fixture, in tree_store_test_remove_begin()
417 tree_store_test_remove_middle (TreeStore *fixture, in tree_store_test_remove_middle()
437 tree_store_test_remove_end (TreeStore *fixture, in tree_store_test_remove_end()
456 tree_store_test_clear (TreeStore *fixture, in tree_store_test_clear()
472 tree_store_test_reorder (TreeStore *fixture, in tree_store_test_reorder()
484 tree_store_test_swap_begin (TreeStore *fixture, in tree_store_test_swap_begin()
535 tree_store_test_swap_end (TreeStore *fixture, in tree_store_test_swap_end()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libedata-cal/
H A Dtest-cal-cache-offline.c25 test_fill_cache (TCUFixture *fixture, in test_fill_cache()
121 test_basic_search (TCUFixture *fixture, in test_basic_search()
244 test_check_offline_state (TCUFixture *fixture, in test_check_offline_state()
265 test_check_edit_saved (TCUFixture *fixture, in test_check_edit_saved()
281 test_verify_storage (TCUFixture *fixture, in test_verify_storage()
330 test_offline_basics (TCUFixture *fixture, in test_offline_basics()
545 test_offline_add_one (TCUFixture *fixture, in test_offline_add_one()
589 test_offline_add (TCUFixture *fixture, in test_offline_add()
619 test_offline_add_edit (TCUFixture *fixture, in test_offline_add_edit()
856 test_offline_edit (TCUFixture *fixture, in test_offline_edit()
[all …]
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/tests/
H A Datk_test_selection.c29 teardown_selection_test (gpointer fixture, gconstpointer user_data) in teardown_selection_test()
35 atk_test_selection_sample_get_interface (gpointer fixture, gconstpointer user_data) in atk_test_selection_sample_get_interface()
45 atk_test_selection_get_n_selected_children (gpointer fixture, gconstpointer user_data) in atk_test_selection_get_n_selected_children()
57 atk_test_selection_get_selected_child (gpointer fixture, gconstpointer user_data) in atk_test_selection_get_selected_child()
76 atk_test_selection_select_child (gpointer fixture, gconstpointer user_data) in atk_test_selection_select_child()
92 atk_test_selection_deselect_selected (gpointer fixture, gconstpointer user_data) in atk_test_selection_deselect_selected()
111 atk_test_selection_deselect_child (gpointer fixture, gconstpointer user_data) in atk_test_selection_deselect_child()
130 atk_test_selection_is_child_selected (gpointer fixture, gconstpointer user_data) in atk_test_selection_is_child_selected()
146 atk_test_selection_select_all (gpointer fixture, gconstpointer user_data) in atk_test_selection_select_all()
160 atk_test_selection_clear_selection (gpointer fixture, gconstpointer user_data) in atk_test_selection_clear_selection()
/dports/devel/caf/actor-framework-0.18.5/libcaf_io/test/detail/
H A Dprometheus_broker.cpp19 struct fixture : test_node_fixture<> { struct
20 caf::actor aut;
22 fixture() { in fixture() function
35 ~fixture() { in ~fixture()
40 accept_handle acceptor = accept_handle::from_int(1);
41 connection_handle connection = connection_handle::from_int(1);
63 CAF_TEST_FIXTURE_SCOPE(prometheus_broker_tests, fixture) in CAF_TEST_FIXTURE_SCOPE() argument
/dports/net-im/telepathy-logger/telepathy-logger-0.8.2/tests/dbus/
H A Dtest-log-manager.c122 teardown (TestCaseFixture* fixture, in teardown()
141 TestCaseFixture *fixture = user_data; in account_prepare_cb() local
152 setup_service (TestCaseFixture* fixture, in setup_service()
202 setup (TestCaseFixture* fixture, in setup()
236 test_exists (TestCaseFixture *fixture, in test_exists()
261 TestCaseFixture *fixture = user_data; in get_dates_async_cb() local
308 TestCaseFixture *fixture = user_data; in get_events_for_date_cb() local
354 TestCaseFixture *fixture = user_data; in get_filtered_events_cb() local
423 TestCaseFixture *fixture = user_data; in get_entities_37288_cb() local
439 TestCaseFixture *fixture = user_data; in get_entities_cb() local
[all …]

12345678910>>...68