Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcmp_status_test.c14 typedef struct test_fixture { struct
15 test_case_nametest_fixture global() argument
16 pkistatustest_fixture global() argument
17 strtest_fixture global() argument
18 texttest_fixture global() argument
19 pkifailuretest_fixture global() argument
H A Dcmp_asn_test.c16 typedef struct test_fixture { struct
17 test_case_nametest_fixture global() argument
18 expectedtest_fixture global() argument
19 src_stringtest_fixture global() argument
20 tgt_stringtest_fixture global() argument
H A Dcmp_protect_test.c19 typedef struct test_fixture { struct
20 test_case_nametest_fixture global() argument
21 cmp_ctxtest_fixture global() argument
23 msgtest_fixture global() argument
24 sitest_fixture global() argument
25 pubkeytest_fixture global() argument
26 memtest_fixture global() argument
27 memlentest_fixture global() argument
28 certtest_fixture global() argument
31 with_sstest_fixture global() argument
32 callback_argtest_fixture global() argument
33 expectedtest_fixture global() argument
H A Dcmp_server_test.c14 typedef struct test_fixture { struct
15 test_case_nametest_fixture global() argument
16 expectedtest_fixture global() argument
17 srv_ctxtest_fixture global() argument
18 reqtest_fixture global() argument
H A Dcmp_msg_test.c18 typedef struct test_fixture { struct
19 test_case_nametest_fixture global() argument
20 cmp_ctxtest_fixture global() argument
22 bodytypetest_fixture global() argument
23 err_codetest_fixture global() argument
25 fail_infotest_fixture global() argument
27 msgtest_fixture global() argument
28 expectedtest_fixture global() argument
30 sitest_fixture global() argument
H A Dcmp_vfy_test.c30 typedef struct test_fixture { struct
31 test_case_nametest_fixture global() argument
32 expectedtest_fixture global() argument
33 cmp_ctxtest_fixture global() argument
34 msgtest_fixture global() argument
35 certtest_fixture global() argument
36 allow_unprotected_cbtest_fixture global() argument
37 additional_argtest_fixture global() argument
H A Dcmp_hdr_test.c16 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
H A Dcmp_client_test.c22 typedef struct test_fixture { struct
23 test_case_nametest_fixture global() argument
24 cmp_ctxtest_fixture global() argument
25 srv_ctxtest_fixture global() argument
26 req_typetest_fixture global() argument
27 expectedtest_fixture global() argument
H A Dcmp_ctx_test.c16 typedef struct test_fixture { struct
17 test_case_nametest_fixture global() argument
18 ctxtest_fixture global() argument
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-encoder.c37 struct test_fixture { struct
48 struct ptunit_result (*init)(struct test_fixture *tfix); argument
49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
H A Dptunit-packet_decoder.c37 struct test_fixture { struct
48 struct ptunit_result (*init)(struct test_fixture *tfix); argument
49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
H A Dptunit-block_decoder.c37 struct test_fixture { struct
48 struct ptunit_result (*init)(struct test_fixture *tfix); argument
49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
H A Dptunit-insn_decoder.c37 struct test_fixture { struct
48 struct ptunit_result (*init)(struct test_fixture *tfix); argument
49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
H A Dptunit-msec_cache.c162 struct test_fixture { struct
173 struct ptunit_result (*init)(struct test_fixture *); argument
174 struct ptunit_result (*fini)(struct test_fixture *); argument
/freebsd/sys/dev/xen/netback/
H A Dnetback_unit_tests.c93 struct test_fixture { struct
104 typedef struct test_fixture test_fixture_t; argument
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h2220 #define GTEST_TEST_F(test_fixture, test_name) \ argument
2224 #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name) argument