"Create Test From Object" can take in any LabVIEW object, however we always cast to the parent Executioner.

Issue #19 resolved
Chris Cilino created an issue

“Tast Executive\Source\Test Executive\Executioner\Create Test from Object.vi” can take in any object.

However in any “Get Next” override we always attempt to cast to the parent “Executioner” in a factory pattern

Therefore the input to Create Test From Object should be the parent Executioner type as this will prevent cast errors and make it more intuitive for a reader of the code to understand how to use it.

Comments (1)

  1. Log in to comment