.NET Test Driver Testovací ovladač .NET Test Driver for the .NET Platform Testovací ovladač pro platformu .NET PROJECT PROJECT The project to test, defaults to the current directory. Výchozí hodnotou pro testovaný projekt je aktuální adresář. SETTINGS_FILE SettingsFile Settings to use when running tests. Nastavení, které se použije ke spuštění testů. Lists discovered tests Uvádí zjištěné testy EXPRESSION Výraz Run tests that match the given expression. Examples: Run tests with priority set to 1: --filter "Priority = 1" Run a test with the specified full name: --filter "FullyQualifiedName=Namespace.ClassName.MethodName" Run tests that contain the specified name: --filter "FullyQualifiedName~Namespace.Class" More info on filtering support: https://aka.ms/vstest-filtering Spustí testy, které odpovídají danému výrazu. Příklady: --testCaseFilter:"Priority = 1" --testCaseFilter: "(FullyQualifiedName~Nightly | Name = MyTestMethod)" Use custom adapters from the given path in the test run. Example: --test-adapter-path <PATH_TO_ADAPTER> Při spuštění testu použijte vlastní adaptéry z dané cesty. Příklad: --testAdapterPath:<pathToCustomAdapters> LoggerUri/FriendlyName LoggerUri/FriendlyName Specify a logger for test results. Example: --logger:trx Zadejte protokolovací nástroj pro výsledky testů. Příklad: --logger:trx CONFIGURATION konfigurace Configuration to use for building the project. Default for most projects is "Debug". Konfigurace použitá k sestavení, např. Debug nebo Release FRAMEWORK FrameworkVersion Looks for test binaries for a specific framework Vyhledá testovací binární soubory pro určitou platformu. OUTPUT_DIR OutputDir Directory in which to find the binaries to be run Adresář pro vyhledání spouštěných binárních souborů PATH_TO_FILE PathToLogFile Enable verbose logs for test platform. Logs are written to the provided file. Povolí pro testovací platformu podrobné protokoly. Protokoly se zapisují do zadaného souboru. Do not build project before testing. Nesestavujte projekt dříve, než ho otestujete.