aliasadidev / sample-tdd

sample TDD project

Repository from Github https://github.comaliasadidev/sample-tddRepository from Github https://github.comaliasadidev/sample-tdd

Sample-TDD

Sample TDD project

Requirements for run the tests:

  1. MongoDB 4.3+
  2. Dotnet 5

The unit test project path:

tests/SampleTDD.UnitTest/

  #run test
  cd tests/SampleTDD.UnitTest/ && dotnet test 

The integration test project path:

tests/SampleTDD.IntegrationTest/

  #run test
  cd tests/SampleTDD.IntegrationTest/ && dotnet test

About

sample TDD project


Languages

Language:C# 100.0%