Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.09 KB

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