Skip to content

BlitzkriegSoftware/MsTestHelper

Repository files navigation

MsTestHelper

Helpers for MSTEST in .NET Std. 2.1

Please see unit test for examples of how to use these helpers

  • MsTestLogger - Provides a Microsoft.Extensions.Logging.ILogger to redirect logs to TestContext

  • TestJsonSerializationHelper which extends TestContext

  • TestOutputHelper - Extends TestContext to dumps an object as JSON

  • TxTimer - Wrap around chunk of code in a using to time it

Licensed under the MIT license.

About me

Stuart Williams