Skip to content

samiislam/UnitTestingWithNUnit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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