Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

How can I mock this static method

c# moq

Moq & Interop Types: works in VS2012, fails in VS2010?

Unit test Entity Framework using moq

How would I use moq to test a MongoDB service layer?

c# mongodb moq

Service stack and Mocking, any tutorials?

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