Home
last modified time | relevance | path

Searched defs:test_fixture (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/test/
Dcmp_status_test.c14 typedef struct test_fixture { struct
15 const char *test_case_name;
16 int pkistatus;
17 const char *str; /* Not freed by tear_down */
18 const char *text; /* Not freed by tear_down */
19 int pkifailure;
Dcmp_asn_test.c16 typedef struct test_fixture { struct
17 const char *test_case_name;
18 int expected;
19 ASN1_OCTET_STRING *src_string;
20 ASN1_OCTET_STRING *tgt_string;
Dcmp_protect_test.c18 typedef struct test_fixture { struct
19 const char *test_case_name;
20 OSSL_CMP_CTX *cmp_ctx;
22 OSSL_CMP_MSG *msg;
23 OSSL_CMP_PKISI *si; /* for error and response messages */
24 EVP_PKEY *pubkey;
25 unsigned char *mem;
26 int memlen;
27 X509 *cert;
30 int with_ss;
[all …]
Dcmp_server_test.c14 typedef struct test_fixture { struct
15 const char *test_case_name;
16 int expected;
17 OSSL_CMP_SRV_CTX *srv_ctx;
18 OSSL_CMP_MSG *req;
Dcmp_msg_test.c18 typedef struct test_fixture { struct
19 const char *test_case_name;
20 OSSL_CMP_CTX *cmp_ctx;
22 int bodytype;
23 int err_code;
25 int fail_info;
27 OSSL_CMP_MSG *msg;
28 int expected;
30 OSSL_CMP_PKISI *si;
Dcmp_vfy_test.c30 typedef struct test_fixture { struct
31 const char *test_case_name;
32 int expected;
33 OSSL_CMP_CTX *cmp_ctx;
34 OSSL_CMP_MSG *msg;
35 X509 *cert;
36 ossl_cmp_allow_unprotected_cb_t allow_unprotected_cb;
37 int additional_arg;
Dcmp_hdr_test.c16 typedef struct test_fixture { struct
17 const char *test_case_name;
18 int expected;
19 OSSL_CMP_CTX *cmp_ctx;
20 OSSL_CMP_PKIHEADER *hdr;
Dcmp_client_test.c24 typedef struct test_fixture { struct
25 const char *test_case_name;
26 OSSL_CMP_CTX *cmp_ctx;
27 OSSL_CMP_SRV_CTX *srv_ctx;
28 int req_type;
29 int expected;
Dcmp_ctx_test.c21 typedef struct test_fixture { struct
22 const char *test_case_name;
23 OSSL_CMP_CTX *ctx;
/third_party/grpc/test/core/surface/
Dsequential_connectivity_test.cc45 typedef struct test_fixture { struct
51 } test_fixture; argument
Dnum_external_connectivity_watchers_test.cc41 typedef struct test_fixture { struct
44 } test_fixture; argument
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h2199 #define GTEST_TEST_F(test_fixture, test_name) \ argument
2203 #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name) argument
/third_party/googletest/googletest/include/gtest/
Dgtest.h2213 #define GTEST_TEST_F(test_fixture, test_name) \ argument
2217 #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name) argument