"Type" column does not display ITypeData display attribute
Environment:
Windows 10, 64-bit
OpenTAP 9.9.0
Steps to reproduce:
- Create a UserTestStep class that inherits TestStep class.
- Create a UserTypeData class that implements ITypeData interface.
- Instantiate a display attribute for UserTypeData.
- Set the BaseType to UserTestStep.
- Provide CreateInstance method to instantiate UserTestStep.
- Please refer https://gitlab.com/OpenTAP/Plugins/keysight/vee/-/blob/master/VeeTypeData.cs for details.
- Launch the OpenTAP and instantiate a UserTypeData.
Actual result:
- The "Type" column of OpenTAP editor failed to display the full name of the display attribute for UserTypeData.
Expected result:
- The "Type" column of OpenTAP editor should display the full name of the display attribute for UserTypeData.
e.g.
VEE \ TestingFileName \ TestingFunctionName
Other remarks:
Perhaps providing a setter for TestStep.TypeName could solve this limitation.
