CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
moq
09-15
Mobile
Xunit Unit Testing for Dot Net core application
09-14
Back-end
Why the return of GetUserByUsernameAndPassword() would be null even after Mock Setup?
09-05
Mobile
NUnit Setup Method not using new values handed in
08-31
Software design
Mock interface with setting up list of data
08-17
Software design
How to pass "dynamic" objects to mocked methods in MOQ
08-15
Software engineering
Not able to set property on mock
08-15
Software engineering
Imitation of OperationCanceledException scenario with unit-test fails
08-14
Software design
How to raise an event when unit testing asynchronous method in my case?
08-10
Mobile
Mapping always returning null
08-10
Mobile
How to mock HttpClient.GetFromJsonAsync?
08-08
database
Mocking IConfiguration's GetValue<string>(string a)
08-06
Enterprise
C# UnitTests Mock File ReadAllBytes throws System.IO.FileNotFoundException
07-27
Software design
ASP.NET Mock Failed SignInResult is returning Null
07-26
front end
UnitTests: UserManager<ApplicationUser> Mock Setup FindByIdAsync Returns NULL
07-25
Net
New virtual creates a new method instead of hiding
07-21
Software engineering
Unit Testing Controller ActionResult<T> Response
07-20
Back-end
Mock returns null when an object is expected
07-11
Back-end
How to test a void method and assert its side affect in the file system
07-08
other
Moq system under tests void method
07-08
Back-end
How do i unit test ExecuteReader()'s internal method
07-07
Software engineering
GoogleCloudVision c# - how to unit test the service
07-07
Software design
migrate unit tests written with NMock2 to Moq
07-07
OS
Moq: Manipulate passed param does not work
06-30
Software design
Moq testing repositories
06-27
Software design
How to unit test my EF repository method using Moq?
06-22
Back-end
How to use class Object in out parameter with Moq
06-19
Blockchain
Unit Test Mock Database Returning Null
06-18
Enterprise
Mocking an Anonymous type parameter in Dapper and Filtering result by parameter's property
06-15
Mobile
How do I unit test an instantiated class that is also retuned by a method?
06-14
OS
Moq: Verify object in parameter null reference
06-13
OS
Moq for Interface that Inherits from ICollection returns null
06-13
Back-end
How to filter by an expression when mocking a repository with Moq
06-11
Mobile
Mocking TableClient DeleteEntityAsync - Azure.Response
06-10
Software design
Moq setup method failing on callback
06-09
database
Trying to understand Xunit service test in tutorial
06-08
Software design
C# - Exclude lambda expression from code coverage
06-08
Net
Is it possible to setup a mock of all overloads of a method in the same way without typing out all o
06-03
Back-end
Unable to verify method called via Xunit Mock
05-31
Back-end
Nunit Moq: Unsupported expression: Value Non-overridable members may not be used in setup / verifica
05-30
Blockchain
How to mock methods in the below code in the .NET 6 using Moq?
98
1
2
3
Next
Last
Links:
CodePudding