Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

Do I need to write a unit test for a method within service class that only calls a method within repository class?

unit-testing mocking

How to stub/mock Qt classes?

c++ unit-testing qt tdd mocking

Mocking a simple service bus in ASP.NET MVC

How do I mock classes that are difficult to instantiate (javax.mail.Message)?

How to mock REST API [closed]

rest mocking moq

How to send fake Accelerometer values to an app on a real device?

Mocking DbContext with fluent API configuration

Mock patch a function that doesn't exist on a class

Mock with Mockito return a InvocationTargetException

How to use doMock in jest?

How to mock AWS SDK2 (S3) in Java

How to stub/mock JDBC ResultSet to work both with Java 5 and 6?

java jdbc mocking resultset stub

Comparing byte[] in LINQ-to-SQL and in a unit test that uses mocking

Mocking internal instantiated object

java testing mocking

Mocking class properties while using 'autospec=True' in python

Jasmine - How can I mock history.pushState and also fake event emission?

Rspec double expect/allow anything

rspec mocking stubbing

Don’t mock value objects: too generic rule without explanation

Comparing integer to MagicMock not working inside unittest in python

Mocking elasticsearch-py calls