Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

C#, Moq, Unit-Testing: How to create an object that inherits from another class?

Mocking a StreamReader

c# unit-testing c#-4.0 nunit moq

How to make a fakeable event

c# .net .net-4.0 moq

Mock a property of an object to return a value that is coming from the object itself

c# mocking moq

Moq setup treats all empty enumerables/arrays as the same parameter

c# moq

moq HttpWebRequest object

c# mocking moq

Mocked object returning null despite specifying Returns()

c# asp.net .net unit-testing moq

ASP.NET MVC - test the controller returning different views depending on action method logic

Unit testing a method that uses an external dll

Unit Testing Unit of Work and Generic Repository Pattern framework using Moq

c# unit-testing moq

Using multiple indexers with Moq

c# unit-testing moq

How would I unit test this method?

c# unit-testing moq xunit

What is Setup and Returns in MOQ C#?

c# moq

Mock Generic repository with Generic Unit of Work C#

Moq - Can't mock a class property's method return value

c# moq

Moq: How to mock a function in F# without a placeholder interface?

.net-core f# moq xunit

Mock IDataRecord using Moq