fixture property

List<TestScriptFixture>? fixture
inherited

fixture Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute.

Implementation

List<TestScriptFixture>? get fixture => throw _privateConstructorUsedError;