| 650 | } |
| 651 | |
| 652 | void testWorkspace_emptyTree() { |
| 653 | NodeTree tree; |
| 654 | QStandardItemModel model; |
| 655 | buildWorkspaceModel(&model, tree, "Empty.rcx"); |
| 656 | |
| 657 | QCOMPARE(model.rowCount(), 1); |
| 658 | QCOMPARE(model.item(0)->rowCount(), 0); |
| 659 | } |
| 660 | |
| 661 | void testWorkspace_structIdRole() { |
| 662 | auto tree = makeSimpleTree(); |
nothing calls this directly
no test coverage detected