Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

Does this test make proper use of AutoFixture and Moq?

mocking moq autofixture

Unit Testing Methods With File IO

How to mock Repository/Unit Of Work

c# unit-testing mocking

Mocking CloudStorageAccount and CloudTable for Azure table storage

How Can I Manually Mock Svg's in my Tests?

reactjs mocking jestjs

Moq property with protected setter

c# .net unit-testing mocking moq

Mimic another Ruby class so the object passes the === type check

ruby class types mocking

Spring MockMvc redirectedUrl with pattern

java spring junit mocking

Why does my Mockito mock object use real the implementation

Verify Spock mock with specified timeout

Unit-testing Python: Mocking function calls inside function

C# - Unit test, Mock?

c# unit-testing mocking

Mocking abstract class that has constructor dependencies (with Moq)

c# mocking moq abstract-class

Difference between Isolation Framework and Mock Framework

Mock function with class template parameter in signature

c++ testing mocking gmock

How to get the activity reference before its oncreate gets called during testing

Has anyone successfully mocked the Socket class in .NET?

Best way to mock WCF Client proxy

Hard-Coded Mock Objects vs Mocking Framework

XNA mock the Game object or decoupling your Game

c# unit-testing mocking xna