MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / TEST_CASE

Function TEST_CASE

test/api/test_array_base.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34};
35
36TEST_CASE(iterators)
37{
38 array2 a = {1, 2, 3};
39 EXPECT(std::equal(a.begin(), a.end(), a.v.begin()));
40}
41
42TEST_CASE(front_back)
43{

Callers

nothing calls this directly

Calls 6

frontMethod · 0.80
backMethod · 0.80
equalFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected