I have a Flex 4 client application that is under development in parallel with the server back-end.I am use Mate\'s Moc开发者_如何学GokRemoteObject to provide a mock data service, but as the real data
After reading an interesting article about unit testing behavior instead of state, I came to realize that my unit tests often are tightly coupled to my code because I am using mocks.
I try to create a soap UI WSDL Mock Service using the soapUI API. But there seems to be no documentation of the source code.
My Rails 2 app displays a slideshow of photos from Flickr via the flickraw library.My code works, but I\'m stuck on how to properly write RSpec unit tests.
This post relates to two other posts, here and here. I\'m new to Unit Testing & Mocking. I have a test fixture that is trying to mock a HttpContext object including the response and request. I th
To preface this, I love Moq. I wish I could use it in .NET 3.0. Sadly, however, I cannot, but I would still like to use mocks for unit testing purposes. Also, I\'ve used Rhino before, but I absolutely
(C#, WCF Service, Rhino Mocks, MbUNit) I have been writing tests for code already in place (yes I know its the wrong way around but that\'s how its worked out on my current contract). I\'ve done quit
I know this question is part of a bit of a religious war, but I have the following situation: I have an object, Responder that calls a method on object Updaterin response to different events.I recentl
I\'m writing some unittests for code written by someone else here at the office. Python is not my strongest language. While I\'ve been successful wi开发者_运维问答th basic unit tests, mocking in pytho
I want to make an application for iPhone, as an introduction to programming in ObjC and Cocoa. I\'m .net developer, so programming on Mac is a whole new world to discover for me :)