Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xunit/samples.xunit
Samples for xUnit.net (please open issues in https://github.com/xunit/xunit)
https://github.com/xunit/samples.xunit
Last synced: 6 days ago
JSON representation
Samples for xUnit.net (please open issues in https://github.com/xunit/xunit)
- Host: GitHub
- URL: https://github.com/xunit/samples.xunit
- Owner: xunit
- License: other
- Created: 2014-06-21T15:55:15.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T02:19:25.000Z (about 1 month ago)
- Last Synced: 2024-12-21T14:03:09.988Z (13 days ago)
- Language: C#
- Homepage:
- Size: 1.18 MB
- Stars: 442
- Watchers: 37
- Forks: 160
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## About This Project
This project contains samples that show how to use and extend xUnit.net. They are separated into folders with samples for v2 and v3.
To open an issue for this project, please visit the [core xUnit.net project issue tracker](https://github.com/xunit/xunit/issues).
## About xUnit.net
[](https://dotnetfoundation.org/projects/project-detail/xunit)
xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. xUnit.net works with ReSharper, CodeRush, TestDriven.NET and Xamarin. It is part of the [.NET Foundation](https://www.dotnetfoundation.org/), and operates under their [code of conduct](https://www.dotnetfoundation.org/code-of-conduct). It is licensed under [Apache 2](https://opensource.org/licenses/Apache-2.0) (an OSI approved license).
For project documentation, please visit the [xUnit.net project home](https://xunit.net/).