Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

How to make a python mocked out function return a specific value conditional on an argument to the function?

python mocking

Pytest mocker patch - how to troubleshoot?

python mocking pytest pyarrow

Why is the requests-mock decorator pattern throwing a "fixture 'm' not found" error with pytest?

Mocking non-public static methods in abstract classes with JMockit?

How can I unit test an MVC UserViewControl?

c# asp.net-mvc mocking

"Newing up" Interfaces

TDD - top level function has too many mocks. Should I even bother testing it?

unit-testing tdd mocking

C# testing framework that works like JUnit in Eclipse?

c# unit-testing junit mocking

omniauth mock facebook response

Should FakesAssemblies files be added to source control?

PHPUnit mock parent method

How to mock a SecurityContext

Mocking type-casting objects

How can I initialize kafka ConsumerRecords<String,String> in kafka for testing

How to mock socket in C

How do I mock and test chained function with jest?

Mock object returning a list of mocks with Moq

unit-testing mocking moq

Which is the best isolation framework for Java? JMock, Easymock, Mockito, or other?

what is a good mocking framework to start mocking with in asp.net MVC? (novice and probably not a hardcore mocker)

How to mock a private inner class