Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xunit/xunit.integration
Integration test project for various runners and code analysis
https://github.com/xunit/xunit.integration
Last synced: about 2 months ago
JSON representation
Integration test project for various runners and code analysis
- Host: GitHub
- URL: https://github.com/xunit/xunit.integration
- Owner: xunit
- License: other
- Created: 2014-08-11T15:27:31.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T00:39:34.000Z (5 months ago)
- Last Synced: 2024-07-31T03:38:58.949Z (5 months ago)
- Language: C#
- Homepage: https://xunit.github.io/
- Size: 1.02 MB
- Stars: 8
- Watchers: 8
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## About This Project
This project contains integration tests for:
- [xunit/xunit](https://github.com/xunit/xunit) in [`console`](console) and [`msbuild`](msbuild)
- [xunit/xunit.analyzers](https://github.com/xunit/xunit.analyzers) in [`analyzers`](analyzers) and [`analyzers.vs2019`](analyzers.vs2019)
- [xunit/visualstudio.xunit](https://github.com/xunit/visualstudio.xunit) in [`test-explorer`](test-explorer)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/).