I have a test that opens a COM port. If I abort the test in Gallio by clicking stop or the test times out or maybe some other errors it does not appear to run the teardown method. In these cases I still need to close the COM port. Otherwise I can't start the test again until I close Gallio to terminate its process which opened the COM port. I tried implementing a Dispose method but that appears to only be called after the teardown method. Any suggestions?
Thanks, Jordan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
