I have been working with CppUnit for about a month now and I'm really getting into the whole TDD process. I've been able to create an MFC app that takes advantage of the MfcUi::TestRunner, however, I haven't been able to get the 'double click' on error feature to work. Actually, I don't quite understand what I'm supposed to do. The documentation makes it seem like I need to do something with the TestPlugInInterface but the HostApp project in the examples doesn't do that. Could someone explain exactly what I need to do in order to add this feature to my already working MfcUI::TestRunner dialog box? I think I'm pretty close since I can get tests up and running inside the Mfc dialog box of course I'm probably just missing that one little piece that always seems to be missing.
Thanks,
Corey
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been working with CppUnit for about a month now and I'm really getting into the whole TDD process. I've been able to create an MFC app that takes advantage of the MfcUi::TestRunner, however, I haven't been able to get the 'double click' on error feature to work. Actually, I don't quite understand what I'm supposed to do. The documentation makes it seem like I need to do something with the TestPlugInInterface but the HostApp project in the examples doesn't do that. Could someone explain exactly what I need to do in order to add this feature to my already working MfcUI::TestRunner dialog box? I think I'm pretty close since I can get tests up and running inside the Mfc dialog box of course I'm probably just missing that one little piece that always seems to be missing.
Thanks,
Corey