imkk000 / cs-fluent-style-with-unit-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Fluent Style Practice

Project Information

  • Testing framework with Nunit
  • Assertion library with Shouldly

Install Shouldly Assertion Library

  • change directory to unit test project
  • run command: dotnet add package Shouldly

Run test

dotnet test

About


Languages

Language:C# 100.0%