Skip to content

Commit

Permalink
Removing leftover Xunit.Abstractions references
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jan 3, 2025
1 parent 73d0935 commit 97363e2
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 13 deletions.
1 change: 0 additions & 1 deletion Lombiq.Tests.UI.Samples/Tests/BasicTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.Linq;
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;

namespace Lombiq.Tests.UI.Samples.Tests;

Expand Down
1 change: 0 additions & 1 deletion Lombiq.Tests.UI/CloudflareRemoteUITestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System;
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;

namespace Lombiq.Tests.UI;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using OpenQA.Selenium;
using System;
using System.Threading.Tasks;
using Xunit.Abstractions;
using Xunit;

namespace Lombiq.Tests.UI.Extensions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System;
using System.Collections.ObjectModel;
using System.Globalization;
using Xunit.Abstractions;
using Xunit;

namespace Lombiq.Tests.UI.Extensions;

Expand Down
3 changes: 1 addition & 2 deletions Lombiq.Tests.UI/Extensions/TestOutputHelperExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
using CliWrap;
using Xunit;
using Xunit.Abstractions;

namespace Lombiq.Tests.UI.Extensions;

public static class TestOutputHelperExtensions
{
/// <summary>
/// Creates a new delegate pipe target that calls <see
/// cref="Xunit.Abstractions.TestOutputHelperExtensions.WriteOutputTimestampedAndDebug"/>.
/// cref="Xunit.TestOutputHelperExtensions.WriteOutputTimestampedAndDebug"/>.
/// </summary>
public static PipeTarget ToPipeTarget(this ITestOutputHelper testOutputHelper, string name) =>
PipeTarget.ToDelegate(line => testOutputHelper.WriteOutputTimestampedAndDebug(name, line));
Expand Down
1 change: 0 additions & 1 deletion Lombiq.Tests.UI/Helpers/CloudflareHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using System.Threading;
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;

namespace Lombiq.Tests.UI.Helpers;

Expand Down
1 change: 0 additions & 1 deletion Lombiq.Tests.UI/SecurityScanning/ZapManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using System.Threading;
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;
using YamlDotNet.RepresentationModel;

namespace Lombiq.Tests.UI.SecurityScanning;
Expand Down
1 change: 0 additions & 1 deletion Lombiq.Tests.UI/Services/AtataFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using System;
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;

namespace Lombiq.Tests.UI.Services;

Expand Down
1 change: 0 additions & 1 deletion Lombiq.Tests.UI/Services/FrontendServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System.Threading;
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;

namespace Lombiq.Tests.UI.Services;

Expand Down
1 change: 0 additions & 1 deletion Lombiq.Tests.UI/Services/OrchardCoreInstance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
using System.Threading;
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;

namespace Lombiq.Tests.UI.Services;

Expand Down
1 change: 0 additions & 1 deletion Lombiq.Tests.UI/Services/UITestExecutionSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System.Threading.Tasks;
using TWP.Selenium.Axe.Html;
using Xunit;
using Xunit.Abstractions;
using Xunit.v3;

namespace Lombiq.Tests.UI.Services;
Expand Down
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI/Services/UITestExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System;
using System.IO;
using System.Threading.Tasks;
using Xunit.Abstractions;
using Xunit;

namespace Lombiq.Tests.UI.Services;

Expand Down

0 comments on commit 97363e2

Please sign in to comment.