|
|
Stories recently tagged with 'TypeMock'
|
|
submitted by
mehfuzh
2 months, 26 days ago
weblogs.asp.net — In part one of this packing series I have shown, how you can automate your build process, test and optionally mock by using the popular .net deployment tool NAnt. If you don't know what I am talking about and just landed here by help of search engine. Let me put the link below again.
http://weblogs.asp.net/mehfuzh/archive/2008/08/30/deploy-test-and-pack-your-code-part-1-using-nant.aspx
In this post, I will do a replay to mostly what I have talked in my last post but with MsBuild.
read more...
add a comment
|
category: C# | Views: 7
|
|
tags:
TypeMock, MSBuild, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
3 months, 2 days ago
weblogs.asp.net — this part, I show a way to build and deploy your project using NAnt. As, you already might know that NAnt is a tiny deployment tool that enables you to create a deployment package with some *.build files which contains nothing but few XML directives.
... read more...
add a comment
|
category: C# | Views: 14
|
|
tags:
TypeMock, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
6 months, 26 days ago
weblogs.asp.net — In this post, I will show how you can use Typemock to fake out complex HTTP POST like uploading photo in Flickr server. The example which will be shown here, gives a pretty much generic idea of faking out HTTP calls and gain access to the response stream for comparing result with original content.I have used, N-Unit along with Typemock which is run thorough TMockRunner.exe to perform the mock test. ... read more...
add a comment
|
category: C# | Views: 4
|
|
tags:
TypeMock, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mehfuzh
7 months, 12 days ago
weblogs.asp.net — There are mocking tools like Rhino Mock, Moq, NMock, Typemock and many more. Recently, I was kinda evaluating mocking tools to mock out REST calls in Linq.Flickr. Almost all of the mock tools requires some sort of interface reference to work on. When, to mock out methods like XElement.Load or File.Open is impossible with most of the tools, Typemock is one step ahead of others as it supports mocking of static methods... read more...
add a comment
|
category: Unit Testing | Views: 16
|
|
tags:
TDD, C#, Testing, TypeMock | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|