So it's only slow when you're running the tests through .... TDD.NET? Resharper Test Runner?
Can you post a complete test that is slow? On Thu, Sep 17, 2009 at 10:33 PM, Russell Wilson <[email protected]> wrote: > Ahh to clarify when I said testing asp.net I meant just running the > application from visual studio and using the debugger. > > > 2009/9/18 Tim Barcz <[email protected]> > >> Can you clarify how exactly you're testing asp.net? >> >> Please post a sample of the slow test (complete). >> >> >> On Thu, Sep 17, 2009 at 7:12 PM, rtw <[email protected]> wrote: >> >>> >>> Hi all, >>> >>> I have been using rhino mocks 3.5.0.0 for the last 6 to 12 months and >>> it has really transformed the way we write unit tests. Up until the >>> last few days I have been able to debug and step into my unit tests >>> and it would run roughly the equivalent speed as when debugging our >>> asp.net application. >>> >>> In the last few days however debugging (of tests only the asp.net is >>> fine) has been painfully slow, i mean it takes 5 to 10 minutes just to >>> hit my first break point where it used to take a couple of seconds. >>> The methods which seem to take a long time when called is >>> MockRepository.GenerateStub<ISomething>(). At first I tried all the >>> usual things like deleting all temp files, cleared up heaps of space >>> on the HDD and ran a defrag etc. I even tried using version 3.6.0.0 >>> dlls and I still had the performance problem. >>> >>> Has any one encountered a similar issue ? or does anyone out there >>> have any insight into the possible cause and solution to the >>> problem ? >>> >>> Im going crazy trying to figure this out so any help is most >>> appreciated. >>> >>> >>> Cheers, >>> russell >>> >>> >>> >>> >>> >> >> >> -- >> Tim Barcz >> Microsoft ASPInsider >> http://timbarcz.devlicio.us >> http://www.twitter.com/timbarcz >> >> >> >> > > > > -- Tim Barcz Microsoft ASPInsider http://timbarcz.devlicio.us http://www.twitter.com/timbarcz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino.Mocks" 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/rhinomocks?hl=en -~----------~----~----~----~------~----~------~--~---
