760 Forks
3741 Stars
3741 Watchers

xunit

xUnit.net is a free, open source, community-focused unit testing tool for .NET.

How to download and setup xunit

Open terminal and run command
git clone https://github.com/xunit/xunit.git
git clone is used to create a copy or clone of xunit repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with xunit https://github.com/xunit/xunit/archive/master.zip

Or simply clone xunit with SSH
[email protected]:xunit/xunit.git

If you have some problems with xunit

You may open issue on xunit support forum (system) here: https://github.com/xunit/xunit/issues