Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

run specific unit test c#

dotnet watch test --filter "Namespace.Class.TestName"

# Example

dotnet watch test --filter "Test.Unit.AnimalManagement.Animals.PrimatesHandlerTests.PrimateCanBeBiped"
 
PREVIOUS NEXT
Tagged: #run #specific #unit #test
ADD COMMENT
Topic
Name
3+5 =