Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

How to use the MOQ library to mock an ENum

c# enums mocking moq

How Can I assert /verify a Moq Protected Method?

c# .net unit-testing mocking moq

Registering NUnit DynamicMock Instances in a UnityContainer

Moling DataContext with MS Moles?

c# mocking pex-and-moles moles

Why phpunit doesn't run __destruct() in mocked class and how to force it?

Initializing Exception error when using Mockito with PowerMock

java mocking mockito powermock

Why does AutoFixture.AutoMoq make recursive mocks by default?

c# mocking moq autofixture

How to mock super reference (on super class)?

PHPUnit mock throws incompatible declaration error

Is it feasible to unit test kernel module code ?

c module mocking kernel

Mocking side_effect while autospeccing gives the function additional argument

python unit-testing mocking

Zend Framework 2 & PHPUnit - mock the Zend\Db\Adapter\Adapter class

Where do you store reusable mocks?

EasyMock and JNA - Mock Generic Return Type

SignalR testing - how to mock groups in new version of SignalR for ASP.NET Core 2

NSubstitute use real instance of a class as substitute, except one method

How to mock objects of a Python class?

How to mock gRPC api for integration testing with golang

Easymock: does the order of captures matter?

java mocking easymock

Construtor/Setter Injection using IoC in HttpHandler, is it possible?