Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

How to mock SOAP web services in java [closed]

java soap mocking

What are the real-world pros and cons of each of the major mocking frameworks? [closed]

c# .net mocking rhino-mocks moq

Testing using local files

testing go mocking

Mock an entire module in python

When to Expect and When to Stub?

tdd mocking expect stub nmock

getting the object passed as an argument to a stubbed method with Mocha

Expecting googlemock calls from another thread

c++ mocking googlemock

Mockito anyMapOf nested generics

java generics mocking mockito

Perl: mocking -d -f and friends. How to put them into CORE::GLOBAL

perl mocking

Function mocking (for testing) in C?

c unit-testing linker mocking

How to correctly unit test my DAL?

Using GMock to verify a Destructor Call

NSubstitute mock a void method with out parameters

Stub one method of class and let other real methods use this stubbed one

c# mocking rhino-mocks stub

How to mock os.listdir to pretend files and directories in Python?

python unit-testing mocking

How to mock Base64 in Android?

PHPUnit Different return values every call of mocked method

php mocking phpunit

Mock final class in Spock

mocking final spock

How to mock a method call that takes a dynamic object

c# mocking moq rhino-mocks

How to stub Python methods without Mock