mirror of
https://github.com/farcasclaudiu/LanBackup.git
synced 2026-06-28 15:00:58 +03:00
folder rename
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace LanBackup.WebApp.Tests
|
||||
{
|
||||
public static class TestOutputHelperExtender
|
||||
{
|
||||
public static void Log(this ITestOutputHelper output, string msg)
|
||||
{
|
||||
output.WriteLine(msg);
|
||||
Console.WriteLine(msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user