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

Function TEST_F

tests/src/App/Metadata.cpp:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230};
231
232TEST_F(MetadataTest, MetadataInMemoryConstruction)
233{
234 auto xml = GivenSimpleMetadataXMLString();
235 auto testObject = App::Metadata(std::string {xml});
236 AssertMetadataMatches(testObject);
237}
238
239// NOLINTEND(readability-named-parameter)

Callers

nothing calls this directly

Calls 1

MetadataClass · 0.50

Tested by

no test coverage detected