Skip to main content

Extensions

As TUnit is built on top of Microsoft.Testing.Platform, it can tap into generic testing extension packages. Here will list a few of them.

Code Coverage

Code coverage is provided via the Microsoft.Testing.Extensions.CodeCoverage NuGet package.

More information can be found here

TRX Test Reports

Trx reports are provided via the Microsoft.Testing.Extensions.TrxReport NuGet package.

More information can be found here

Crash Dump

Crash dump is an extension to help diagnose unexplained crashes, provided via the Microsoft.Testing.Extensions.CrashDump NuGet package.

More information can be found here

Hang Dump

Hang dump is an extension to help diagnose unexplained hanging in your test suite, provided via the Microsoft.Testing.Extensions.HangDump NuGet package.

More information can be found here