Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Marked PublicAPI Tests with TestGroup
  • Loading branch information
samtrion committed Oct 15, 2025
commit aeb5a57274b6d47784d75de8a3655cde3cc4f5a8
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
using Xunit;

[TestGroup("MSTest")]
[TestGroup("PublicApi")]
public class PublicApiTests
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

[IntegrationTest]
[TestGroup("NUnit")]
[TestGroup("PublicApi")]
public class PublicApiTests
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
public class PublicApiTests
{
[Test]
[TestGroup("PublicApi")]
public Task PublicApi_HasNotChanged_Expected()
{
var assembly = typeof(AcceptanceTestAttribute).Assembly;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
public class PublicApiTests
{
[Fact]
[TestGroup("PublicApi")]
public Task PublicApi_HasNotChanged_Expected()
{
var assembly = typeof(AcceptanceTestAttribute).Assembly;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
public class PublicApiTests
{
[Fact]
[TestGroup("PublicApi")]
public Task PublicApi_HasNotChanged_Expected()
{
var assembly = typeof(AcceptanceTestAttribute).Assembly;
Expand Down