gdUnit4.test.adapter
1.1.1
See the version list below for details.
dotnet add package gdUnit4.test.adapter --version 1.1.1
NuGet\Install-Package gdUnit4.test.adapter -Version 1.1.1
<PackageReference Include="gdUnit4.test.adapter" Version="1.1.1" />
paket add gdUnit4.test.adapter --version 1.1.1
#r "nuget: gdUnit4.test.adapter, 1.1.1"
// Install gdUnit4.test.adapter as a Cake Addin #addin nuget:?package=gdUnit4.test.adapter&version=1.1.1 // Install gdUnit4.test.adapter as a Cake Tool #tool nuget:?package=gdUnit4.test.adapter&version=1.1.1
GdUnit4 Test Adapter
This is the GdUnit4 Test Adapter, designed to facilitate the integration of GdUnit4 with test frameworks supporting the Visual Studio Test Platform.
The GdUnit4.testadapter implements the Microsoft test adapter framework. VSTest.
Supported IDE's
IDE | Test Discovery | Test Run | Test Debug | Jump to Failure | Solution test config file | Test Filter | Parallel Test Execution |
---|---|---|---|---|---|---|---|
Visual Studio | ✅ | ✅ | ✅ | ✅ | ✅ | 🔜 | ❌ |
Visual Studio Code | ✅ | ✅ | ✅ | ✅ | ✅ | 🔜 | ❌ |
JetBrains Rider | ✅ | ✅ | ☑️ | ✅ | ✅ | 🔜 | ❌ |
✅ - supported<br> ☑️ - supported by a workaround (link)<br> ❌ - not supported<br> 🔜 - not yet implemented<br>
The full documentation can be found here
You Are Welcome To
- Give Feedback
- Suggest Improvements
- Report a Bug related to GdUnit4 API
- Report a Bug related to GdUnit4 Test Adapter
Contribution Guidelines
Thank you for your interest in contributing to GdUnit4!<br> To ensure a smooth and collaborative contribution process, please review our contribution guidelines before getting started. These guidelines outline the standards and expectations we uphold in this project.
Code of Conduct: We strictly adhere to the Godot code of conduct in this project. As a contributor, it is important to respect and follow this code to maintain a positive and inclusive community.
Using GitHub Issues: We utilize GitHub issues for tracking feature requests and bug reports. If you have a general question or wish to engage in discussions, we recommend joining the GdUnit Discord Server for specific inquiries.
We value your input and appreciate your contributions to make GdUnit4 even better!
<p align="left"> <a href="https://discord.gg/rdq36JwuaJ"><img src="https://discordapp.com/api/guilds/885149082119733269/widget.png?style=banner4" alt="Join GdUnit Server"/></a> </p>
Thank you for supporting my project
License
This project is licensed under the MIT License - see the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- coverlet.collector (>= 6.0.0)
- gdUnit4.api (>= 4.2.3)
- Godot.SourceGenerators (>= 4.2.1)
- GodotSharp (>= 4.2.1)
- Microsoft.NET.Test.Sdk (>= 17.9.0)
- Microsoft.TestPlatform.AdapterUtilities (>= 17.9.0)
- Microsoft.TestPlatform.ObjectModel (>= 17.9.0)
- Newtonsoft.Json (>= 13.0.3)
-
net8.0
- coverlet.collector (>= 6.0.0)
- gdUnit4.api (>= 4.2.3)
- Godot.SourceGenerators (>= 4.2.1)
- GodotSharp (>= 4.2.1)
- Microsoft.NET.Test.Sdk (>= 17.9.0)
- Microsoft.TestPlatform.AdapterUtilities (>= 17.9.0)
- Microsoft.TestPlatform.ObjectModel (>= 17.9.0)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.1.1
Bug Fixes:
- Fixes space in folder name prevents tests from running
--------------------------------------------------------------------------
v1.1.0
Bug Fixes:
- Fix parameterized tests are incorrect grouped
- Fix DisplayName resolving
Other Changes:
- Add example to show usage of gdUnit4.test.adapter
- Support both net7 and net8 at once
--------------------------------------------------------------------------
v1.0.0
- Initial version