Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

How can I mock a module that is imported from a function and not present in sys.path? [duplicate]

All invocation on the mock must have a corresponding setup when setting string parameter

Mock IIdentity and IPrincipal

mocking iprincipal

Reusable mocks vs mocking in each test

unit-testing mocking moq

Building simple http-header for Junit test

java servlets junit mocking

TypeError: unbound method when trying to mock a classmethod

Mock patch with __init__.py

python unit-testing mocking

Mocking a MembershipUser

How do I mock the hierarchy of non-existing modules?

python mocking python-mock

Python mock, django and requests

Moq - Linq expression in repository - Specify expression in setup

c# linq mocking moq

How to mock an interface that extends IEnumerable

c# mocking ienumerable moq

How to mock NSDate in Swift?

Does this test make proper use of AutoFixture and Moq?

mocking moq autofixture

Unit Testing Methods With File IO

How to mock Repository/Unit Of Work

c# unit-testing mocking

Mocking CloudStorageAccount and CloudTable for Azure table storage

How Can I Manually Mock Svg's in my Tests?

reactjs mocking jestjs

Moq property with protected setter

c# .net unit-testing mocking moq

Mimic another Ruby class so the object passes the === type check

ruby class types mocking