-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request