Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

Mock object returning a list of mocks with Moq

unit-testing mocking moq

Define method implementation in mock object using Moq

c# mocking moq

Unit testing a class that inherits from an abstract class

Always Freeze mocks using AutoFixture, XUnit, and Moq

Xunit and Mock data with Moq

c# .net unit-testing moq xunit

CloudTableClient Unit Testing

How can I mock an OracleConnection and OracleCommand?

c# oracle unit-testing moq

odd nullreference error at foreach when rendering view

Mocking an object with Moq, using Ninject when doing UnitTesting

Moq cannot create mock object of class with nullable parameter in the constructor

Moq with Autofac Func<Owned<IClass>>

c# moq autofac

How to handle try-catch block in unit testing?

c# unit-testing try-catch moq

How to mock a method called inside another method?

c# unit-testing moq

Mocking 3rd party callback events using moq

System.NotSupportedException: Unsupported expression: p => (p.UserProfileId == 1)

Raise an EventHandler<TEventArgs> event with a Moq instance

c# unit-testing moq

How to Properly Test Controllers in ASP.net MVC that has database calls

xunit test for IFormFile field in Asp.net Core

ASP.NET MVC Custom Route Constraints, Dependency Injection and Unit Testing

Assigning out parameters in Moq for methods that return void

c# .net generics moq