Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

What is the difference between Mockito.mock(SomeClass) and the @Mock annotation?

Using Mockito, how do I verify a method was a called with a certain argument?

java mocking mockito

Mocking methods of local scope objects with Mockito

object mocking local mockito

How to mock/replace getter function of object with Jest?

Jasmine 2.0 async done() and angular-mocks inject() in same test it()

Mocking generic methods in Moq without specifying T

c# .net generics mocking moq

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