Събитие
Създаване на AI приложения и агенти
17.03, 21 ч. - 21.03, 10 ч.
Присъединете се към поредицата срещи, за да изградите мащабируеми AI решения, базирани на реални случаи на употреба с колеги разработчици и експерти.
Регистрирайте се сегаТози браузър вече не се поддържа.
Надстройте до Microsoft Edge, за да се възползвате от най-новите функции, актуализации на защитата и техническа поддръжка.
This article list and explains all Microsoft Testing Platform extensions related to the terminal output.
Terminal test reporter is the default implementation of status and progress reporting to the terminal (console).
It comes built-in with Microsoft.Testing.Platform, and offers ANSI and non-ANSI mode, and progress indicator.
There are two output modes available:
Normal
, the output contains the banner, reports full failures of tests, warning messages and writes summary of the run.
Detailed
, the same as Normal
but it also reports Passed
tests.
Internally there are 2 different output formatters that are auto-detecting the terminal capability to handle ANSI escape codes.
--no-ansi
is used, or when output is redirected.The default is to auto-detect the capabilities.
A progress indicator is written to terminal. The progress indicator, shows the number of passed tests, failed tests, and skipped tests, followed by the name of the tested assembly, its target framework and architecture.
The progress bar is written based on the selected mode:
The available options are as follows:
Option | Description |
---|---|
no-progress | Disable reporting progress to screen. |
no-ansi | Disable outputting ANSI escape characters to screen. |
output | Output verbosity when reporting tests. Valid values are 'Normal', 'Detailed'. Default is 'Normal'. |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка:
Събитие
Създаване на AI приложения и агенти
17.03, 21 ч. - 21.03, 10 ч.
Присъединете се към поредицата срещи, за да изградите мащабируеми AI решения, базирани на реални случаи на употреба с колеги разработчици и експерти.
Регистрирайте се сегаОбучение
Модул
C# testing in Visual Studio - Training
Start testing your C# apps by using the testing tools in Visual Studio. Learn to write tests, use Test Explorer, create test suites, and apply the red, green, refactor pattern to write code.