10-26-04 10:48 PM
Why do I want to do this? We're using NUnit for our unit testing. Our
business logic has a network of orchestrations. We'd like to be able to
create unit tests for each orchestration in isolation, as well as to create
unit tests for progressively more complex compositions of orchestrations.
Yes, I know we could create a bunch of web services that expose each
orchestration and orchestration composition, but we'd rather not have a bunc
h
of orchestrations which are simply scaffolding for testing.
[ Post a follow-up to this message ]
|