Mocking framework to unit test 3rd party services (like Tibco, Splace etc) in C# project

We have an application where we are consuming messages sent over Tibco and Solace services and we have to write unit test cases for this application. So is there any mocking framework that can be used to mock these services. And going further for each connection is it possible to mock the code where we are actually "connecting" the service?

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.