interface TestScriptFixture {
    _autocreate?: Element;
    _autodelete?: Element;
    autocreate: boolean;
    autodelete: boolean;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    resource?: Reference;
}

Properties

_autocreate?: Element

Whether or not to implicitly create the fixture during setup

_autodelete?: Element

Whether or not to implicitly delete the fixture during teardown

autocreate: boolean

Whether or not to implicitly create the fixture during setup

autodelete: boolean

Whether or not to implicitly delete the fixture during teardown

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

resource?: Reference

Reference of the resource