Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

How to mock LINQ to Entities helpers such as 'SqlFunctions.StringConvert()'

How can I mock a sub in another module?

FakeItEasy: Reset Fake Calls History / Ignore Call

Mock setInterval method in react using jest test cases

Why doesn't Moq run the overridden ToString method?

.net moq mocking

Is it ok to unit-test an abstract class by instantiating it as a mock object?

Mocking EventHandler

c# delegates mocking moq assert

Autofixture + NSubstitute: Freezing a mock?

How to mock local variables using mockito or powermock

Why does Mockito "when" work on a non-mock object?

Mocking os.GetEnv("ENV_VAR")

How to mock objects in Erlang using Meck?

erlang mocking tdd stub meck

RESTEasy Mock vs. Exception Mapper vs. Context

Use mock location without setting it in settings

Mockito Internals

Mocking of extension method result in System.NotSupportedException

Error when unit testing: "Uncaught (in promise) SyntaxError: Unexpected token o in JSON at position 1"

Using Moq to verify execution of private methods

Mocking my own service in a unit test

Stub a setter on RSpec instance_double