MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / TEST_F

Function TEST_F

extern/libcds/test/unit/queue/intrusive_msqueue_hp.cpp:49–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 };
48
49 TEST_F( IntrusiveMSQueue_HP, defaulted )
50 {
51 typedef cds::intrusive::MSQueue< gc_type, base_item_type,
52 typename ci::msqueue::make_traits<
53 ci::opt::disposer< mock_disposer >
54 >::type
55 > test_queue;
56
57 std::vector<base_item_type> arr;
58 arr.resize(100);
59 {
60 test_queue q;
61 test(q, arr);
62 }
63 gc_type::scan();
64 check_array( arr );
65 }
66
67 TEST_F( IntrusiveMSQueue_HP, base_hook )
68 {

Callers

nothing calls this directly

Calls 3

scanFunction · 0.85
testClass · 0.50
resizeMethod · 0.45

Tested by

no test coverage detected