Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

Python's assert_called_with, is there a wildcard character?

python testing mocking assert

Are static methods a DI anti-pattern?

Mocking objects without no-argument constructor in C# / .NET

Is it discouraged to use @Spy and @InjectMocks on the same field?

java mocking mockito

Python unit test mock, get mocked function's input arguments

python unit-testing mocking

An overview of unit testing terminology ( stub vs mock , integration vs. interaction )?

unit-testing mocking

How to mock an SqlDataReader using Moq - Update

c# unit-testing mocking moq

PHPUnit, mocked interfaces, and instanceof

Difference between Dependency Injection and Mocking Framework (Ninject vs RhinoMocks or Moq)

Why always have single implementation interfaces in service and dao layers?

Is there a way to access the original function in a mocked method/function such that I can modify the arguments and pass it to the original functions?

python mocking

Using Mockito to mock a local variable of a method

Creating a mock in phpunit without mocking any methods?

mocking phpunit

How do unit test with angular-translate

How to mock $window.location.replace in AngularJS unit test?

PHPUnit "Mocked method does not exist." when using $mock->expects($this->at(...))

Mock a typescript interface with jest

typescript mocking jestjs

Moq: unit testing a method relying on HttpContext

c# unit-testing mocking moq

Checking call order across multiple mocks

Using mock to patch a celery task in Django unit tests