MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / TEST_F

Function TEST_F

tests/src/Misc/MultipletMapTest.h:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22TEST_F(MultipletMapTest, Empty) {
23 MultipletMap<Quadruplet, int> empty;
24 ASSERT_TRUE(empty.empty());
25}
26
27TEST_F(MultipletMapTest, UniqueKey) {
28 MultipletMap<Quadruplet, int> mmap;

Callers

nothing calls this directly

Calls 6

emptyMethod · 0.45
sizeMethod · 0.45
insertMethod · 0.45
getMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected