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
61 stars 11 forks source link

Adding tests for input config for different scenarios(show in the console, write in a file and put into string variable) #34

Open amingolmahalle opened 7 months ago

amingolmahalle commented 7 months ago

When setting config for showing curl script in the console or writing in a file. we need to write tests for these scenarios. I mean these files: https://github.com/amingolmahalle/HttpClientToCurlGenerator/tree/master/src/HttpClientToCurl/Config as of now, we just tested for scenarios where the input option is null.

Shahinmm69 commented 5 months ago

@naeemaei please assign me

naeemaei commented 5 months ago

@Shahinmm69 It's for you!