Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

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

Stubbing functions in simulations

c embedded simulation mocking

Mocking Prism Event Aggregator using Moq for Unit Testing

NoMethodError: undefined method `mock' with Mocha and Rails 3

Creating a hybrid of a mock and an anonymous object using e.g. Moq and AutoFixture?

Mockito acts strangely when I assign multiple custom matchers to a single method

How to verify if method is called on System under test (not a mock)

java junit mocking powermock