Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

RSpec - mocking a class method

Angular - mock Promise method for Jasmine unit test

Why Mockito's mock returns 0 when it should return null?

Needed: File system interfaces and implementation in .NET [duplicate]

Does mockito have an equivalent idiom to jMock's States?

How can I create a mock back-end in AngularJS?

Golang monkey patching

go mocking monkeypatching

What is the best way to unit test a EJB3 component without having to deploy the component

Moq Match and Verify Array / IEnumerable parameters in method setup

unit-testing mocking moq

Mocking file objects or iterables in python

python tdd mocking python-mock

How to mock the Node.js child_process spawn function?

node.js mocking spawn

Unittest Django: Mock external API, what is proper way?

How do I mock this?

c# .net unit-testing mocking

How to mock IDataReader to test method which converts SqlDataReader to System.DataView

Prevent stubbing of equals method

Why doesn't every class in the .Net framework have a corresponding interface?

.net interface mocking bdd

How to mock objects using MSTest?

c# .net mocking

SoapUI MockServices returning html rather than xml response

java soap mocking soapui

Avoid Redundant @patch When Mocking with Python

How to ignore some calls to the same method with different argument in Rspec?