| 442 | } |
| 443 | |
| 444 | void 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 | |
| 452 | void test_delete_attribute_elements( geode::AttributeManager& manager ) |
| 453 | { |
no test coverage detected