chore: initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by Microsoft.Testing.Platform.MSBuild
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace StevanFreeborn.Options.Tests
|
||||
{
|
||||
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
|
||||
internal static class SelfRegisteredExtensions
|
||||
{
|
||||
public static void AddSelfRegisteredExtensions(this global::Microsoft.Testing.Platform.Builder.ITestApplicationBuilder builder, string[] args)
|
||||
{
|
||||
global::Microsoft.Testing.Platform.MSBuild.TestingPlatformBuilderHook.AddExtensions(builder, args);
|
||||
global::TUnit.Engine.Framework.TestingPlatformBuilderHook.AddExtensions(builder, args);
|
||||
global::Microsoft.Testing.Extensions.Telemetry.TestingPlatformBuilderHook.AddExtensions(builder, args);
|
||||
global::Microsoft.Testing.Extensions.CodeCoverage.TestingPlatformBuilderHook.AddExtensions(builder, args);
|
||||
global::Microsoft.Testing.Extensions.TrxReport.TestingPlatformBuilderHook.AddExtensions(builder, args);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user