Answers for "moq setup returns null"

1

moq setup returns null

unitOfWork.Setup(m => m.PhysicalTests).Returns((IRepository<PhysicalTest>)null);
Posted by: Guest on June-17-2020

Browse Popular Code Answers by Language