Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

Mock abstract protected method

c# unit-testing moq

Should you use the "Verify" and "VerifyAll" methods provided by Moq in your Unit Tests?

To mock an object, does it have to be either implementing an interface or marked virtual?

moq

What is purpose of mocking a class like Calculator?

c# unit-testing mocking tdd moq

The Purpose of Mocking

Moq (or possibly another framework) on Mono / MonoTouch

mono mocking moq xamarin.ios

Mocking a C# timer with Moq

c# unit-testing moq

How do I specify the factory Intellitest should use for an interface?

c# moq pex intellitest

Mock nested dependencies with MOQ

c# unit-testing moq

MvcMailer unit tests: System.ArgumentNullException httpContext cannot be null

Mock UdpClient for unit testing

c# unit-testing nunit moq

Visual studio Debugger Copy object

How can I mock a method on an object without a default constructor?

c# moq

Mocking - cannot instantiate proxy class of property?

c# mocking nunit moq

Error in moq "An expression tree may not contain a call or invocation that uses optional arguments"

c# asp.net-core nunit moq

How to create a Moq provider for Ninject?

How to add moq as a dependency in dotnet Core?

asp.net-core nuget moq