Searched defs:test_fixture (Results 1 – 16 of 16) sorted by relevance
14 typedef struct test_fixture { struct15 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;
16 typedef struct test_fixture { struct17 const char *test_case_name;18 int expected;19 ASN1_OCTET_STRING *src_string;20 ASN1_OCTET_STRING *tgt_string;
18 typedef struct test_fixture { struct19 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 …]
14 typedef struct test_fixture { struct15 const char *test_case_name;16 int expected;17 OSSL_CMP_SRV_CTX *srv_ctx;18 OSSL_CMP_MSG *req;
18 typedef struct test_fixture { struct19 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;
30 typedef struct test_fixture { struct31 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;
16 typedef struct test_fixture { struct 17 test_case_nametest_fixture global() argument 18 expectedtest_fixture global() argument 19 cmp_ctxtest_fixture global() argument 20 hdrtest_fixture global() argument
24 typedef struct test_fixture { struct25 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;
21 typedef struct test_fixture { struct22 const char *test_case_name;23 OSSL_CMP_CTX *ctx;
37 struct test_fixture { struct48 struct ptunit_result (*init)(struct test_fixture *tfix); argument49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
162 struct test_fixture { struct173 struct ptunit_result (*init)(struct test_fixture *); argument174 struct ptunit_result (*fini)(struct test_fixture *); argument
93 struct test_fixture { struct104 typedef struct test_fixture test_fixture_t; argument
2220 #define GTEST_TEST_F(test_fixture, test_name) \ argument2224 #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name) argument