skip to Main Content

Visual Studio 2022 not running XUnit tests – Asp.net

I've created a EntityFramework ASP.NET solution and i'm trying to create a XUnit test project to test my differents classes i've created. I've created a TestClass for my Activity Class : using LADS_Model; using LADS_WebUI.Controllers; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; using…

VIEW QUESTION

Xunit in asp.net core

I'm new at asp.net and moq and xunit test, I want to create a test case for my asp.net project. I have the service file that is CRUD action, I have been written for Create Method it's Ok but at…

VIEW QUESTION
Back To Top
Search