Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

SetupSet() is obsolete. In place of what?

c# .net unit-testing mocking moq

EasyMock: Void Methods

Passing Moq mock-objects to constructor

c# .net mocking moq

Python Mock object with method called multiple times

How do you mock a Sealed class?

Mocking Asp.net-mvc Controller Context

Django: How to create a model dynamically just for testing

How to assign values to properties in moq?

c# unit-testing mocking moq

How to mock the CreateResponse<T> extension method on HttpRequestMessage

Creating a mock HttpServletRequest out of a url string?

java mocking servlets

Is it possible to mock out a .NET HttpWebResponse?

c# .net unit-testing mocking moq

Final method mocking

jquery (or pure js) simulate enter key pressed for testing

Settings variable values in a Moq Callback() call

c# .net unit-testing mocking moq

Proxyquire, rewire, SandboxedModule, and Sinon: pros & cons

Python mock Patch os.environ and return value

Mock an update method returning a void with Moq

c# .net mocking moq

How to say "any_instance" "should_receive" any number of times in RSpec

How can one mock/stub python module like urllib

mocking window.location.href in Javascript

javascript mocking jasmine