Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

Easy way to mock a WCF service?

.net wcf unit-testing mocking

Mocking ImportError in Python

TypeMock VS JustMock (VS RhinoMock,Moq...): current situation in 2011? [closed]

mocking moq typemock justmock

Run-time mocking in C?

c mocking gdb arm

Why does the Spring Autowire stops working when I add the "RunWith" annotation?

Scala: Mocking and the Cake Pattern

scala mocking

How can I create dynamic proxy for final Class?

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?