Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

Is there a way to undo Mocha stubbing of any_instance in Test::Unit

PHPUnit Mock an object's properties

How to mock the limitations of EntityFramework's implementation of IQueryable

Mock AsNoTracking Entity Framework

How to mock Symfony 2 service in a functional test?

Mocks and Stubs

mockito ArrayList<String> problem

AutoFixture vs NBuilder [closed]

.net mocking tdd test-data

Mocking vs. Test DB?

How do I unit test spring security @PreAuthorize(hasRole)?

Mockito Spy - stub before calling the constructor

Expecting anything as parameter to mock using EasyMock

Is it possible to pass-through parameter values in Moq?

c# testing mocking moq

Advice on Mocking System Calls

c++ unit-testing mocking

java: how to mock Calendar.getInstance()?

java date junit calendar mocking

Typescript Jest says mock or mockReturnedValue do not exist on types I wish to mock

How can I mock a method in easymock that shall return one of its parameters?

java mocking capture easymock

How to mock EntityManager?

Mocking JavaScript constructor with Sinon.JS

What's the difference between mock, stub, and factory girl?