Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

Jest - How to get coverage for mocked classes and implementations

EasyMock - how to reset mock but maintain expectations?

testing mocking easymock

What are the advantages to wrapping system objects (File, ServiceController, etc) using the Adapter pattern vs. detouring for unit testing?

c# vb.net unit-testing mocking

Mock frameworks returns class with different name and type

OCMock, why can't I expect method on a protocol?

objective-c ios mocking ocmock

resolving imported package collision for mockgen

go mocking gomock

Mock the result of accessing public GCS bucket

Unit testing IHttpModule

Moq (or possibly another framework) on Mono / MonoTouch

mono mocking moq xamarin.ios

Need for separate interface and impl for DAO

java spring mocking dao

patch function with same name as module python django mock

python django mocking patch

Is a Cache mock called more than once when browser-testing?

When and when not to stub/mock a test

Mocking a method with throw() specifier

c++ mocking googlemock

Unit Testing REST API

json unit-testing rest mocking

How to set the IP (UserHostAddress) on a "mocked' BaseHttpContext?

c# asp.net .net mocking

ScalaMock. Mock a class that takes arguments

Why does thenCallRealMethod() lose the arguments here?

java mocking mockito