Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

MOQ stubbing property value on "Any" object

c# mocking moq stubbing moq-3

How to spy on window.scrollTo in Jest?

How do I mock a superclass's __init__ create an attribute containing a mock object for a unit test?

python mocking

Anyone using Moles / Pex in production?

TypeError: (0 , _axios.default) is not a function when use jest.mock('axios') inside a *.test.js file

Why would I write a fake class and unit test it?

unit-testing mocking

How do I mock an IMAP server in Python, despite extreme laziness?

python testing imap mocking

Clojure Unit testing : Check if a function was called

AngularJs unit test - mocked promise not executing "then"

Mock python function with multiple return values

python mocking nose

Get all logging output with mock

Python mock vs unittest.mock patch

Using JMockit to mock autowired interface implementations

Using Grunt to Mock Endpoints

Can I create a mock db context which I can add to, then search?

org.mockito.exceptions.misusing.NotAMockException: Argument should be a mock, but is: class java.lang.Class for Andriod SSLContext.getInstance() metho

android mocking powermock

Mock a Spark RDD in the unit tests

Moq Params TargetParameterCountException : Parameter count mismatch Exception

c# .net unit-testing mocking moq

Replace spring bean in one context with mock version from another context

How to get the mocked value when calling isKindOfClass for an OCMock object?