CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
xunit
09-14
Back-end
Why the return of GetUserByUsernameAndPassword() would be null even after Mock Setup?
09-11
Enterprise
How to stop XUnit Theory on the first fail?
08-29
Net
How to write unit test for a builder design pattern?
08-26
database
XUnit How To Exclude Tests From JetBrains dotCover
08-24
Back-end
How to return Partial from Razor Page when called from Xunit without getting System.NullReferenceExc
08-19
Net
Error while testing my async function using XUNIT in c# .net core
08-19
Net
Where in my static class can I initialize a Trace Listener?
08-12
Enterprise
What is the idiomatic way to assert that a file exists in xunit?
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-11
Back-end
Trying to create a xunit test for DBNull
08-10
OS
ASP.NET Core WebApplicationFactory using InternalsVisibleTo does not work in xunit
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-24
Back-end
retry polly unit testing (xunit and moq)
07-23
database
What is the concept of 'DefaultHttpContext' in Asp .net core?
07-22
Back-end
Is there a way to quickly find out if a C# class has an xunit test on any of its methods in Visual S
07-22
Software engineering
SQLite does not support sequences - How to solve?
07-21
Software engineering
Unit Testing Controller ActionResult<T> Response
07-08
Mobile
How to print output in Visual Studio Test Explorer from F# and xUnit on success?
07-06
Software design
How to write test cases for a Program.cs code, without main method or no any method inside?
07-05
Enterprise
.Net 6 web api FluentValidation Matches regex pattern for lowercase letters, numbers and hyphens
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-30
Blockchain
Unit Tests fail after upgrade to .NET 6.0
06-30
other
xUnit test fails while comparing Lists
06-22
Back-end
How to use class Object in out parameter with Moq
06-22
Back-end
When testing a controller method how should you handle the scenerio when it calls a local method
06-19
front end
C# Project Reference Warning Type confilict
06-19
Blockchain
Unit Test Mock Database Returning Null
06-15
Mobile
How do I unit test an instantiated class that is also retuned by a method?
06-13
OS
Pipeline: .NetCoreCLI Test Task throws non-zero error
06-07
Software design
Problem mocking IHttpMessageHandler for both IHttpClientFactory and typed HttpClient
06-03
Back-end
Problem mocking IHttpMessageHandler for both IHttpClientFactory and typed HttpClient
05-31
Mobile
C# xUnit conversion issue when using InlineData
05-27
Net
How to mock a method that is called multiple times in single call using Moq in C#.NET?
05-25
Blockchain
Basic Assert in xUnit
05-24
Mobile
Do I need a solution to create xUnit tests?
05-24
Net
How to correctly run an async thread in a test method?
86
1
2
3
Next
Last
Links:
CodePudding