HI all
Apologies if this is somewhat of a broader-than-Rhino question but I
am sitting here waiting for my integration tests on the service bus
consumers to complete and thought I'd see how others do end-to-end
integration testing on RSB efficiently.
Using xunit, I have a ServiceBusFixture (IUseFixture implementation)
that fires up a remote app host and loads the service bootstrapper -
the primary application.
Then I have the test run as DefaultHost using the config in the
App.config in teh test assembly.
There is some database destroy-create stuff but the bulk of the setup
is all the subscription process.

Between fixtures the whole process obviously repeats, so tests are
pretty quick within the same fixture but we are talking in the 135-150
second time range for just one fixture to run.

I am running this in TD.NET for right now but I think it'll be the
same when I run it via nant.

Any approaches I can take to speed this up?

mike


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" 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/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to