Skip to content

Simplify Class behavior #5

@rmadsen-ks

Description

@rmadsen-ks

Currently, classes gets created as resources instances. But this is probably not the most 1:1 way to handle objects from LabVIEW.

Instead, I suggest we use inputs and outputs. So that the constructor test step is called which then returns the output in the object.

The object then needs to be passed through all the test steps that needs it.

Finally, it can be disposed by a specific test step if needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions