Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for xunit.v3 #339

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Add Support for xunit.v3 #339

wants to merge 5 commits into from

Conversation

ljb
Copy link

@ljb ljb commented Feb 11, 2025

Add support for xunit.v3

Fixes: #338

@ljb ljb mentioned this pull request Feb 11, 2025
Add support for xunit.v3

Signed-off-by: Jonas Bengtsson <[email protected]>
@alexanderlinne alexanderlinne changed the title Issue: 338 Add Support for xunit.v3 Feb 14, 2025
Copy link
Collaborator

@alexanderlinne alexanderlinne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution. Could you add a test project similar to the ones for MSTestV2 und NUnit?

<PackageTags>test;arch;archunit;xunit</PackageTags>
<IncludeSource>False</IncludeSource>
<Company>TNG Technology Consulting GmbH</Company>
<PackageId>TngTech.ArchUnitNET.xUnit.v3</PackageId>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<PackageId>TngTech.ArchUnitNET.xUnit.v3</PackageId>
<PackageId>TngTech.ArchUnitNET.xUnitV3</PackageId>

Change the package name to be similar to the existing MSTest package

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added two test projects:

  • TngTech.ArchUnitNET.xUnitTests
  • TngTech.ArchUnitNET.xUnitV3Tests

Previously there were no test project for TngTech.ArchUnitNET.xUnit.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, xUnit didn't need additional tests cause ArchUnitNETTests uses xUnit, so it's tested through that project. But probably doesn't hurt to have them 👍

ljb and others added 2 commits February 14, 2025 13:07
Co-authored-by: Alexander Linne <[email protected]>
Signed-off-by: Jonas Bengtsson <[email protected]>
Signed-off-by: Jonas Bengtsson <[email protected]>
ljb added 2 commits February 14, 2025 13:21
Signed-off-by: Jonas Bengtsson <[email protected]>
Signed-off-by: Jonas Bengtsson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for xunit.v3
2 participants