Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 330 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 330 Bytes

UnitTestingWithNUnit

SourceProject - contains the source code to test (This has been created with: dotnet create classlib)

TestProject - contains the test code (This has been created with: dotnet create nunit)

FluentAssertions - Navigate to the TestProject directory and run: dotnet add package FluentAssertions