Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

how to change an object that is passed by reference to a mock in Mockito

java mocking mockito

How to stub a class method using rspec/rspec-mocks

ruby rspec mocking rspec-mocks

Mocking singleton/sharedInstance in Swift

swift mocking singleton xctest

How can I mock HttpRequestMessage, specifically the CreateResponse?

How do you mock your repositories?

Loading .eml files into javax.mail.Messages

Rspec: How to test recursion?

ruby recursion mocking rspec

testing methods wrapped in blocks with RSpec

ruby mocking block rspec2

Mock call to write()

python unit-testing mocking

Struct vs test double in ruby

ruby rspec mocking

Pass keyword argument only to __new__() and never further it to __init__()?

python mocking

Moq It.Is<> not matching

c# unit-testing mocking moq

Python-mock: how to test if super() was called

python unit-testing mocking

Production code + Test module-info = Unpossible?

java mocking junit5 openjdk-11

jest.mock with named exports how to spy

mocking jestjs

Mocking React custom hook with Jest

How can I write mocks that capture method parameters and examine them later?

.net mocking

Mocking a Microsoft DLL

c# .net dll assemblies mocking

Mockito, Testing an object that relies on injected dependencies (Spring)?

C# is there a a spying framework like mockito for .NET 3.5?

c# .net mocking spy spying