stil / CurlThin

Lightweight cURL wrapper for C# with support for curl_multi polling interface through libuv
Other
68 stars 18 forks source link

how to code for UnitTest? #16

Open hhko opened 4 years ago

hhko commented 4 years ago

CurlThin is a good package. I am using CurlThin for my project. I want to apply UnitTest to my code developed with CurlThin. how to code for UnitTest?