Search code examples
How to do unit testing for nested "using" statements in C#?...


c#unit-testingmoqxunit

Read More
Moq.CastleProxyFactory' Could not load file or assembly 'Castle.Core...


c#linqunit-testingmoq

Read More
How does linq Expression<TDelegate> assignment work on a language syntax level...


c#linqdelegatesmoqlinq-expressions

Read More
Having trouble getting a Mocked method to return null...


c#unit-testingmoq

Read More
Moq : FileNotFoundException: Could not load file or assembly 'System.Runtime'...


c#moq

Read More
Moq and setup not returning values...


c#unit-testingnunitmoq

Read More
How to short-circuit invocation of property setter in Moq...


c#unit-testingnunitmoq

Read More
Mocking a property that uses index...


c#unit-testingnunitmoq

Read More
AutoFixture/AutoMoq: Unable to Create Instance (`BadImageFormatException`)...


moqautofixtureautomoq

Read More
c# Moq objects void method that changes objects parameter value...


c#mockingmoq

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


c#unit-testinglogginglog4netmoq

Read More
Mock HttpWebResponse with value for the property CharacterSet...


c#restunit-testingmoqmstest

Read More
Moq function call always returning value even though input doesn't match mocked input values...


c#moqvs-unit-testing-framework

Read More
Moq setup methods...


c#moq

Read More
Setup result for call to extension method...


c#unit-testingnunitmoq

Read More
Mocking a TempData in ASP.NET Core in MSTest...


c#unit-testingasp.net-coremoqmstest

Read More
Moq Unit Test - Multiple Post Method failing...


c#unit-testingasp.net-core-mvcmoq

Read More
Subsequent calls to a Mock.Setup result in the same object instance...


moqmoq-3

Read More
Can't mock unitOfWork and no interfaces of services...


c#unit-testingmoq

Read More
Test method still calls the actual method despite mock...


c#.netmockingnunitmoq

Read More
Unit testing method which only calls a single dependency method - c#/xUnit/Moq...


c#moqxunit

Read More
How do I mock base class function calls using MOQ?...


c#unit-testingmoqmstest

Read More
How do I use params in call to mocked method in a "real" method?...


c#lambdamoq

Read More
Moq Unit Test case - ASP.NET MVC with WebAPI...


c#unit-testingmoq

Read More
Unit Testing ASP.Net Core Web API using xUnit and Moq...


unit-testingasp.net-coremoqasp.net-core-webapixunit

Read More
ASP.Net Web API 2 Controller Unit Test Get Request Item Count...


c#unit-testingasp.net-web-apimoqxunit

Read More
How to return DbRawSqlQuery in Moq setup method...


c#unit-testingmoq

Read More
Unit testing, using Moq to verify the exception message...


c#nunitmoq

Read More
Verifying service calls IRepository method that is defined in IGenericRepository...


c#unit-testingmoq

Read More
How to mock IServiceProvider and still allow CreateInstance of generic types?...


c#unit-testingasp.net-coremoqxunit

Read More
BackNext