amingolmahalle / HttpClientToCurlGenerator

The HttpClientToCurl is a NuGet package for generating curl script of HttpClient in .NET ( C# | CSharp | Dotnet ) supported features: Post, Get, Put, and Delete. content types: application/json, text/xml, application/x-www-form-urlencoded
https://www.nuget.org/packages/HttpClientToCurl
MIT License
51 stars 11 forks source link

Refactor Unit Tests to use xUnit Framework #15

Closed Sabermotamedi closed 7 months ago

Sabermotamedi commented 7 months ago

This change is part of the effort to transition from NUnit to xUnit for our testing framework. Please make sure to update any necessary dependencies and follow the xUnit conventions for test structure and assertions.

amingolmahalle commented 7 months ago

closed.