Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

Mock a method that returns a Stream and is called more than one time

How to mock Automapper (IMapper) in controller

Is it possible to extend a class with no constructors in Java?

How do I Moq It.IsAny for an array in the setup of a method?

c# .net unit-testing mocking moq

EasyMock: Mock out a constructor call in java

PhpUnit when I use Mock Builder for Interface I get the correct class

php mocking phpunit

Unit testing in asp.net MVC, how do I mock a page request?

Moq: How to test a class using Nunit with an internal HttpClient?

c# mocking nunit moq

Mock flask.request in python nosetests

python mocking nose

Mock TypeScript class with private constructor using Jest

What is the best style/syntax to use with Rhino Mocks?

Mock Entity Framework database

Cleanly Mocking Remote Servers and APIs for Django Unittests

For Func<T, TResult>, where A extends T, A does not satisfy for T

c# generics mocking func

How to write unit testable bash shell code?

Thread.sleep is not getting mocked with PowerMockito

What is the most complete mocking framework for HttpContext