The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Using TypeMock.NET to mock a external dependency

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Maruis Marais

Posts: 290
Nickname: maruis
Registered: Aug, 2005

Ruby rocks, what else can I say...
Using TypeMock.NET to mock a external dependency Posted: Feb 27, 2006 11:13 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Maruis Marais.
Original Post: Using TypeMock.NET to mock a external dependency
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Maruis Marais
Latest Posts From exceptionz

Advertisement
In the scenario where your class consumes an external Web Service, testing your class is hard and difficult due to this external dependency on the Web Service. You could use a Service Stub, where you separate the dependency using an interface, but this forces you to create more code due to creating an interface and the service stub implementation. So I thought there must be a better, easier, less

Read: Using TypeMock.NET to mock a external dependency

Topic: Comparison of AJAX frameworks for ASP.NET (rev. 5) Previous Topic   Next Topic Topic: Microsoft Origami

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use