Skip to content

Commit 8d0d6b1

Browse files
committed
Added missing TestCategory attributes
1 parent aaa87ad commit 8d0d6b1

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

test/Serilog.Sinks.MSSqlServer.Tests/Sinks/MSSqlServer/Output/XmlPropertyFormatterTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
using System.Collections.Generic;
22
using Serilog.Events;
33
using Serilog.Sinks.MSSqlServer.Output;
4+
using Serilog.Sinks.MSSqlServer.Tests.TestUtils;
45
using Xunit;
56

67
namespace Serilog.Sinks.MSSqlServer.Tests.Output
78
{
9+
[Trait(TestCategory.TraitName, TestCategory.Unit)]
810
public class XmlPropertyFormatterTests
911
{
1012
[Fact]

test/Serilog.Sinks.MSSqlServer.Tests/Sinks/MSSqlServer/Platform/SqlBulkBatchWriterTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
namespace Serilog.Sinks.MSSqlServer.Tests.Platform
1515
{
16+
[Trait(TestCategory.TraitName, TestCategory.Unit)]
1617
public class SqlBulkBatchWriterTests : IDisposable
1718
{
1819
private const string _tableName = "TestTableName";

test/Serilog.Sinks.MSSqlServer.Tests/Sinks/MSSqlServer/Platform/SqlLogEventWriterTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
namespace Serilog.Sinks.MSSqlServer.Tests.Platform
1212
{
13+
[Trait(TestCategory.TraitName, TestCategory.Unit)]
1314
public class SqlLogEventWriterTests
1415
{
1516
private const string _tableName = "TestTableName";

test/Serilog.Sinks.MSSqlServer.Tests/TransactionTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
namespace Serilog.Sinks.MSSqlServer.Tests
88
{
9+
[Trait(TestCategory.TraitName, TestCategory.Integration)]
910
public class TransactionTests : DatabaseTestsBase
1011
{
1112
public TransactionTests(ITestOutputHelper output) : base(output)

0 commit comments

Comments
 (0)