.NET 애플리케이션의 테스트를 실행. 참고: 지원되는 필터 표현식은 https://learn.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests를 참조. 더 많은 정보: https://learn.microsoft.com/dotnet/core/tools/dotnet-test.
dotnet test
dotnet test {{경로/대상/프로젝트_또는_솔루션}}
dotnet test --filter {{Name~TestMethod1}}