Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

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

Mocking static get gorm method in Grails unit test

unit-testing grails mocking

how to deal with the "fmt" golang library package for CLI testing

testing go mocking

Retrofit 2 mock best practice

How to mock the FirebaseApp in flutter

What would this Moq code look like in RhinoMocks

How do I prevent my unit tests from requiring knowledge about implementation internals when using mock objects?

Python SQLAlchemy - Mocking a model attribute's "desc" method

Is it possible to inject mocks for testing purposes with AndroidAnnotations?

Mocked List using Mockito isEmpty always returns false, even if the size is 0

java mocking mockito

Python testing: using a fake file with mock & io.StringIO

jest mocking on relative path

Why use a mocking framework instead of hand-rolling our mocks?

mocking

How to write a Mockist test of a recursive method

NSubstitute intercepting "setter" only property invocation

mocking nsubstitute

Mockito - Mocking Concrete Classes

Mocking overloaded method