lumiera_/tests/46fixture.tests
Ichthyostega bf3e612c55 Dispatcher-Pipeline: create hook for self-validation
...later to be extended into the render nodes network
2023-06-12 01:18:59 +02:00

27 lines
475 B
Text

TESTING "Component Test Suite: Fixture" ./test-suite --group=fixture
PLANNED "detecting Fixture changes" FixtureChangeDetector_test <<END
return: 0
END
TEST "A Segment in the Fixture" FixtureSegment_test <<END
return: 0
END
TEST "ModelPort registry" ModelPortRegistry_test <<END
return: 0
END
TEST "Fixture Node-Graph connection" NodeGraphAttachment_test <<END
return: 0
END
PLANNED "Segmentation integration test" SegmentationIntegration_test <<END
return: 0
END