Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

How can I test Perl applications using a changing system time?

perl datetime testing mocking

Django mocks not working as expected

In Jest, how do I mock a Promise of void?

Unittesting Corba in Python

Cannot set readonly property in Groovy test

unit-testing groovy mocking

Kotlin + Mockito + NullPointerException thrown when stubbing

kotlin mocking mockito

Junit and EasyMock understanding clarifications

Is Entity Framework more mockable than Linq2Sql?

Mock service in Spring MVC

Mock returns null value when ReturnResult is a custom object but works as expected when it is a primitive type bool

Mocking a file write process in googlemock

How to record argument values called to a mock function

unit-testing go mocking

Unit Test with Mock and Multiple Functions

Mocking a service within service (JUnit)

spring junit mocking mockito

HippoMocks - How to mock Win32 API Function

winapi mocking hippomocks

Why can't you directly stub! mock objects?

mocking rspec