A replacement implementation for objects, methods, or functions in order to remove external dependencies.
I want to verify that various date fields were updated properly but I don't want to mess around with predicting …
javascript testing sinon stubI want to create an android application, this application will make RESTful calls to a web service to obtain some …
android web-services rest stub dummy-dataI have a question which is related to this question that was asked by @mnish about a year ago. Please …
android android-service stub android-binderIs there any method to remove any stubbing and mocking while using RSpec? Example: RestClient.should_receive(:delete).with("http://…
rspec mocking stubMay I know how to stub method that is in the controller create method? I need to write the spec …
ruby-on-rails rspec ruby-on-rails-3.2 mocking stubA large part of my application relies on background jobs to process user's websites, so I need to write some …
ruby-on-rails rspec background-process stub sidekiqUsing RhinoMocks, I am trying to Stub the getter value of a property. The property is defined as part of …
c# properties rhino-mocks stubSuppose I have the following Event model: from django.db import models import datetime class Event(models.Model): date_start = …
python django unit-testing datetime stub