Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

Mocking HttpResponse WriteAsync

How to mock a method which also belongs to the target class itself?

unit-testing mocking moq

AutoData Theories with AutoFixture using manual fakes

When to use a Mocking Framework?

c# unit-testing mocking moq

How to mock a method that returns void but modifies the reference type passed in with Moq

c# unit-testing moq

How to unit test a class which calls service bus queue client SendAsync method

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