Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

PHPUnit assert no method is called

Is it possible to mock a function imported from a package in golang?

How to mock a single method in java

java mocking

Moq and throwing a SqlException

c# .net unit-testing mocking moq

How do I mock IQueryable<T>

Configure @MockBean component before application start

Patterns or practices for unit testing methods that call a static method

What is double method in rspec for?

ruby rspec mocking stub

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