Skip to content

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 rel…

License

Notifications You must be signed in to change notification settings

cihatsolak/netcore-unit-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 rel…

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published