2023-06-07 04:03:00 +02:00
|
|
|
TESTING "Component Test Suite: Fixture" ./test-suite --group=fixture
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PLANNED "detecting Fixture changes" FixtureChangeDetector_test <<END
|
|
|
|
|
return: 0
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
2023-06-12 01:07:53 +02:00
|
|
|
TEST "A Segment in the Fixture" FixtureSegment_test <<END
|
2023-06-08 03:21:43 +02:00
|
|
|
return: 0
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
2023-06-07 04:03:00 +02:00
|
|
|
TEST "ModelPort registry" ModelPortRegistry_test <<END
|
|
|
|
|
return: 0
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
2023-06-07 17:21:31 +02:00
|
|
|
TEST "Fixture Node-Graph connection" NodeGraphAttachment_test <<END
|
2023-06-07 04:03:00 +02:00
|
|
|
return: 0
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
2023-06-08 03:21:43 +02:00
|
|
|
PLANNED "Segmentation integration test" SegmentationIntegration_test <<END
|
2023-06-07 04:03:00 +02:00
|
|
|
return: 0
|
|
|
|
|
END
|
|
|
|
|
|