MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / test_number_of_attributes

Function test_number_of_attributes

tests/basic/test-attribute.cpp:444–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void test_number_of_attributes(
445 geode::AttributeManager& manager, geode::index_t nb )
446{
447 geode::OpenGeodeBasicException::test(
448 manager.attribute_names().size() == nb, "Should have ", nb,
449 " attributes in the manager" );
450}
451
452void test_delete_attribute_elements( geode::AttributeManager& manager )
453{

Callers 3

test_copy_managerFunction · 0.70
test_import_managerFunction · 0.70
testFunction · 0.70

Calls 3

testFunction · 0.70
sizeMethod · 0.45
attribute_namesMethod · 0.45

Tested by

no test coverage detected