Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

What is the analogon of Mockito.spy/doReturn in EasyMock?

How do I mock and verify an ActionCable transmission in minitest?

How do mock frameworks work?

unit-testing mocking

Is it possible to capture parameters with Google Mock (gmock)?

Cannot Read Property 'subscribe' of Angular Test Mock

Qt, unit testing and mock objects

unit-testing qt mocking

How can I mock sqlite3.Cursor

When should we use Mockery vs JUnit4Mockery?

junit mocking jmock

How does "Typemock Isolator" mock static methods?

Generating test data for unit test cases for nested objects

java mocking mockito

Unable to return a tuple when mocking a function

python unit-testing mocking

Adopting "Growing Object-Oriented Software" techniques to Ruby on Rails

ruby interface rspec mocking

How to use Python Mock to raise an exception - but with Errno set to a given value

python unit-testing mocking

Stub vs Mock when unit testing [duplicate]

c# unit-testing mocking stub

How can I mock a method globally for all tests in python

How to use NSubstitute to mock a lazy class

How to mock Ruby Module functions?

ruby module rspec mocking

How to patch classmethod with autospec in unmocked class?

Verify method never called or only once called using Minitest::Mock

ruby mocking minitest

How to moq a static class with a static method (UnitOfWork case)?

c# .net mocking moq