Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

Use an instance method as a decorator within another class

How can I mock/fake the existence of a file using rspec?

Does NSubstitute support the idea of Partial Mocks?

How To Mock/Stub a Nhibernate QueryOver Call?

What is the best way to mock a 3rd party object in ruby?

ruby testing rspec mocking

How to mock a service injected in a domain class from a Controller Test Class?

Mocking large data objects

c# unit-testing mocking

AttributeError: __exit__ when I try to mock out build in functions

Mocking Cocoa objects with unavailable initializers in unit tests

mockito verify method call inside method

How to mock a property inside a class in Python

Golang gorm mocking

Python mock os.environ used inside a class

Testing Mono and Flux using Mockito

How use Moles for a constructor?

Mocking frameworks for .NET on Monotouch?

.net xamarin.ios mocking

How do I avoid introducing global leaks when using Squire.js with RequireJS and Mocha?

How to mock a queryset for use in a for loop in python/Mock

Python unittest: to mock.patch() or just replace method with Mock?

Spying on methods in Golang

unit-testing go mocking spy