mirror of
https://github.com/farcasclaudiu/LanBackup.git
synced 2026-06-29 11:01:21 +03:00
folder rename
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using LanBackup.WebApp.Models.Telemetry;
|
||||
|
||||
namespace LanBackup.WebApp.Tests.IntegrationTests
|
||||
{
|
||||
internal class MockTelemetry : ITelemetryLogger
|
||||
{
|
||||
public void TrackEvent(string eventmsg)
|
||||
{
|
||||
//DO NOTHING
|
||||
}
|
||||
|
||||
public void TrackException(Exception ex)
|
||||
{
|
||||
//DO NOTHING
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user