Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

Can `MagicMock` compare with int in python3?

How to mock a "nested" angular service used in a component with jest

How to unit test using patch with a side effect with Pytest parametrize?

Debug proxy record requests/responses and mock sequence

Mocking SQL output parameter

Mock methods that receives a block as parameter

How to keep Mock object in sync with target object

How to mock DefaultMessageListenerContainer

java spring mocking mockito

Is it Possible to PHPUnit Mock Object to Replace one Created in Class?

php mocking phpunit

HippoMocks - mocking a function that returns a unique_ptr

c++ c++11 mocking hippomocks

Add constant to a mock in PHPUnit

Mock node.js modules

Moq setup won't work for a method call followed by an implicit conversion

Android: Testing syncadapter

How to patch OS.mkdir with Mock?

AssertionError, altough the expected call looks same as actual call

python django mocking

Mocking IO Actions: getArgs and putStrLn

Can I access the full power of Autofac in UnitTests, using the Moq integration

Mock java.io.File with an in-memory FileSystem. Maybe JimFs

java file unit-testing mocking

Android Unit Test: How to mock Android's context