Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

Unit test an Entity Framework generic repository using Moq

How to moq a static class with a static method (UnitOfWork case)?

c# .net mocking moq

Mocking a return type from another Mocked type using Moq

c# mocking moq

How can I emit a .NET type with two properties that are overloaded only on return type?

.net moq autofixture

How to Mock a Predicate in a Function using Moq

c# moq

Mocking indexed property

c# unit-testing moq

How do I verify whether one of two methods has been called?

c# unit-testing moq

C# Static Readonly log4net logger, any way to change logger in Unit Test?

Setting mock property via Setup causes 'Expression is not a method invocation'

c# .net mocking moq

How to do Setup of mocks with Ninject's MockingKernel (moq)

Mock a method with List<int> as parameter and return List<> with Moq

c# .net mocking moq

Moq does not contain a definition for ReturnAsync?

c# .net unit-testing moq

How to mock the Request.ServerVariables using MOQ for ASP.NET MVC?

Asserting an exception thrown from a mock object constructor

c# unit-testing tdd nunit moq

Moq ReturnsAsync() with no parameters

c# unit-testing moq

MOQ - Mocking MVC Controller's Response.Cookies.Clear()

c# asp.net-mvc nunit moq

Using Moq to Stub an interface method [duplicate]

c# .net unit-testing moq stub

MOQ stubbing property value on "Any" object

c# mocking moq stubbing moq-3

C# WebApi Unit Testing and Mocking Controllers

How to use moq to test code that calls protected helpers

c# unit-testing moq