CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
xunit.net
09-15
Mobile
Xunit Unit Testing for Dot Net core application
08-30
Software design
How to read controller list, methods and custom attributes by Xunit test
08-11
Blockchain
How do I mock a List of custom objects and set it up to return a real instance of an object
08-10
Enterprise
Should WebApplicationFactory<> be disposed?
07-03
Software design
Where is the xUnit project type in Visual Studio 2022?
06-30
OS
how to throw an exception using Assert.Throws in Xunit
06-15
Mobile
How do I unit test an instantiated class that is also retuned by a method?
06-09
database
Trying to understand Xunit service test in tutorial
05-30
Blockchain
How to mock methods in the below code in the .NET 6 using Moq?
04-11
Software engineering
Controller returns a null IActionResult when running xUnit test
03-18
Back-end
Problem of Xunit.net TestOutputHelper not working with C# Library project
11-19
Software design
Prevent call to base class constructor using NSubstitute
10-06
Software engineering
Managing multiple levels of collection fixtures in xUnit / porting from NUnit
10-03
database
How do I test synchronous code called before an async Task method?
09-23
Software engineering
xUnit does not accept synchronous Throws with method that returns Task<>
09-21
Back-end
C# Linq How do I filter a list with the data of an object and store the result in another list?
Links:
CodePudding