• Home
  • Raw
  • Download

Lines Matching refs:teardown

855                               TestFunc     teardown)  in test_with_async_ask_password()  argument
867 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_async_ask_password()
881 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_async_ask_password()
890 TestFunc teardown) in test_with_unhandled_ask_password() argument
902 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_unhandled_ask_password()
911 TestFunc teardown) in test_with_sync_ask_password() argument
923 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_sync_ask_password()
937 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_sync_ask_password()
946 TestFunc teardown) in test_with_all_ask_password() argument
948 test_with_unhandled_ask_password (name, setup, func, teardown); in test_with_all_ask_password()
949 test_with_async_ask_password (name, setup, func, teardown); in test_with_all_ask_password()
950 test_with_sync_ask_password (name, setup, func, teardown); in test_with_all_ask_password()
957 TestFunc teardown) in test_with_async_request_certificate() argument
969 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_async_request_certificate()
983 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_async_request_certificate()
992 TestFunc teardown) in test_with_unhandled_request_certificate() argument
1004 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_unhandled_request_certificate()
1013 TestFunc teardown) in test_with_sync_request_certificate() argument
1025 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_sync_request_certificate()
1039 g_test_add (test_name, Test, fixture, setup, func, teardown); in test_with_sync_request_certificate()
1048 TestFunc teardown) in test_with_all_request_certificate() argument
1050 test_with_unhandled_request_certificate (name, setup, func, teardown); in test_with_all_request_certificate()
1051 test_with_async_request_certificate (name, setup, func, teardown); in test_with_all_request_certificate()
1052 test_with_sync_request_certificate (name, setup, func, teardown); in test_with_all_request_certificate()