Sketcher: Add test stubs for SketchObject::addCopy()

This commit is contained in:
Ajinkya Dahale
2025-08-25 18:32:30 +05:30
parent 5283381d70
commit 3b1c6df852

View File

@@ -83,6 +83,12 @@ TEST_F(SketchObjectTest, testDelExternalReducesCount)
// TODO: `delExternal` situation of constraints
// TODO: `delExternal` situation of constraint containing more than 3 entities
// TODO: `addCopy` tests
// TODO: ensure new item(s) is/are added and of same type
// TODO: behaviour of `addCopy` when external
// TODO: constraints on new copies?
// TODO: when empty list is passed
TEST_F(SketchObjectTest, testReplaceGeometriesOneToOne)
{
// Arrange