Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

Check For Updated Instance in Mock

c# unit-testing mocking moq

ASP.Net Core unit testing async controller [duplicate]

How to use It.IsAny<>(TValue) to match some properties of an object?

c# moq

How to i unit test this method?

Mocked inner objects' events will not fire?

c# events recursion moq

Setting up a C# Test with Moq against Async methods

MvcMailer: Can't complete NUnit tests on Razor Views which use Url.Action

Unit Testing Using Sitecore.FakeDb Throws Sitecore.Nexus instantiation error on GetItem

Testing an async method in ASP MVC Controller with Nunit

Using .Net Core 2 and Moq, how do you setup a HTTP Context to fake authentication?

MOQ - How to verify static class call and delegates?

c# c#-4.0 moq

How do I allow an implementation to call a Mock (Moq) method with its own arguments?

.net unit-testing mocking moq

Mock IConfiguration's GetChildren() to return List<string>?

c# moq xunit

Mocking issue: Can not instantiate proxy of class: Microsoft.AspNetCore.Identity.UserManager`

Moq a virtual ICollection<> property that has a private set : "Invalid setup on a non-virtual"

c# nunit moq icollection

Unit Testing IdentityContext

Write Moq Unit Test for internal method in the same class using Autofac