cihatsolak / netcore-unit-test

It is the process where we test the behavior of the smallest units of the project independently. Our action methods in the controller are actually small components, and we can observe their behavior with unit test. The sensitive point is the state of being independent from each other. When testing a method, the method to be tested should not relate to different methods.

Home Page:https://cihatsolak.medium.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NET CORE - UNIT TEST

unit-test-nedir

It is the process where we test the behavior of the smallest units of the project independently. Our action methods in the controller are actually small components, and we can observe their behavior with unit test. The sensitive point is the state of being independent from each other. When testing a method, the method to be tested should not relate to different methods.

Libraries

Screenshot_1

Installed Packages (UnitTest.Web)

  • Microsoft.VisualStudio.Web.CodeGeneration.Design
  • Microsoft.EntityFrameworkCore.Tools
  • Microsoft.EntityFrameworkCore.SqlServer
  • Microsoft.EntityFrameworkCore

Installed Packages (UnitTest.Web.Test)

  • xunit.runner.visualstudio
  • xunit
  • Moq
  • Microsoft.NET.Test.Sdk
  • Microsoft.EntityFrameworkCore.Sqlite

Installed Packages (XUnitTest.App)

  • No packages found

Installed Packages (XUnitTest.Test)

  • xunit.runner.visualstudio
  • xunit
  • Moq
  • Microsoft.NET.Test.Sdk
  • Microsoft.EntityFrameworkCore.Sqlite

Contact Addresses

About

It is the process where we test the behavior of the smallest units of the project independently. Our action methods in the controller are actually small components, and we can observe their behavior with unit test. The sensitive point is the state of being independent from each other. When testing a method, the method to be tested should not relate to different methods.

https://cihatsolak.medium.com/

License:MIT License


Languages

Language:C# 80.3%Language:HTML 18.0%Language:CSS 1.4%Language:JavaScript 0.2%