I have created an MVVM application using AvalonDock 2.9
I am planning on using an automated test tool (Squish) to test my application but, to make that effective, the docking controls should, ideally, be named.
AS I said, the application is a MVVM app and I don't see anyway of generating the names for these items (specifically, the tab controls so that my test app can bring the correct tool window to the fore).
I am happy to modify the Avalon source if there is something that needs to be done internally, but right now, I am stuck. Thanks in advance for any suggestions.
I am planning on using an automated test tool (Squish) to test my application but, to make that effective, the docking controls should, ideally, be named.
AS I said, the application is a MVVM app and I don't see anyway of generating the names for these items (specifically, the tab controls so that my test app can bring the correct tool window to the fore).
I am happy to modify the Avalon source if there is something that needs to be done internally, but right now, I am stuck. Thanks in advance for any suggestions.