Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

Spy on an attribute/function of a private variable with Jasmine

Preferred unit testing isolation framework for .net

Is it possible (with Moq) to stub method calls with Lambda parameters?

c# .net testing mocking moq

Is it possible to mock the sqlite3 Cursor in Android when no db or table exists?

c++ googlemocks : Getting a stack trace of an uninitialized call

Rhino mocks telling me Arg<T> inside AssertWasCalled needs more arguments?

c# mocking rhino-mocks

rspec mock should_receive in custom matchers

rspec mocking match

PHPUnit mock all methods of an abstract class

Nested method mocking in Mockito

java junit mocking mockito

How to mock a CakePHP behavior for unit testing

The right way to use MOQ setup and returns

c# unit-testing mocking moq

Symfony2 conditional service declaration

symfony service mocking behat

Mock returning an ImportError when patching a module that's imported

python unit-testing mocking

jasmine: Is this the only difference between returnValue and callFake?

Python 3: unittest.mock how to specify different return values for specific inputs?

Mocking jenkins pipeline steps

Python unittest mock class and class method

How to mock `name` attribute with unittest.mock.MagicMock or Mock classes?

python unit-testing mocking

How do you unit-test code that interacts with and instantiates third-party COM objects?

Is object mocking used extensively?

unit-testing mocking