I am mostly doing integration tests for RSB, yes. Notice what I am doing with the container all over the place.
On Tue, Feb 3, 2009 at 12:33 PM, Daniel Hölbling <[email protected]>wrote: > Thanks for the pointer, I just had time to look at the RSB but couldn't > find it. > > Maybe I am missing something here, but in the whole Rhino.ServiceBus.Tests > project there is only the class MessageLoggingTests where you use RhinoMocks > to create a Stub and you do that by hand (without the container). > I also looked at the RhinoServiceBusFacility in case you are using it > there, but I couldn't find a clue. > > I just did a clean checkout on the whole rhino-tools tree. > > > greetings Daniel > > > On Mon, Feb 2, 2009 at 7:54 PM, Ayende Rahien <[email protected]> wrote: > >> You might want to take a look at Rhino ServiceBus tests, where it is used >> extensively. >> >> >> On Mon, Feb 2, 2009 at 6:15 PM, Daniel Hölbling <[email protected]>wrote: >> >>> Hi,Any tipps on how to use Windsor in tests where I want specific >>> RhinoMocks instances? >>> I could use Windsor with Kernel.AddComponentInstance in my testing code, >>> but this somewhat makes it pointless since I would be faster by simply >>> newing up my objects without Windsor. >>> >>> Is there some Facility, or should I simply forget about using Windsor in >>> that specific case? >>> >>> greetings, >>> >>> Daniel Hölbling >>> http://www.tigraine.at >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
