https://github.com/arcus-azure/arcus.testing
In short: Arcus Testing is a set of libraries that makes tests more fun to write!
https://github.com/arcus-azure/arcus.testing
assertions azure azure-data-factory azure-storage test-logger testing tools
Last synced: about 1 month ago
JSON representation
In short: Arcus Testing is a set of libraries that makes tests more fun to write!
- Host: GitHub
- URL: https://github.com/arcus-azure/arcus.testing
- Owner: arcus-azure
- License: mit
- Created: 2020-02-19T10:41:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T06:53:15.000Z (about 1 month ago)
- Last Synced: 2025-04-14T07:42:27.829Z (about 1 month ago)
- Topics: assertions, azure, azure-data-factory, azure-storage, test-logger, testing, tools
- Language: C#
- Homepage: https://testing.arcus-azure.net/
- Size: 831 KB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Arcus - Testing
[](https://dev.azure.com/codit/Arcus/_build/latest?definitionId=804&branchName=main)
[](https://www.nuget.org/packages/Arcus.Testing.Logging.Xunit/)
Arcus Testing is an umbrella term for a set of NuGet packages `Arcus.Testing.*` that help with the creation, maintenance, and defect localization of code testing.
> 🎖️ Specifically designed to help with integration testing against Azure resources, but also helps with tech-independent infrastructure.
In short: Arcus Testing is a set of libraries that makes tests more fun to write!

# Documentation
All documentation can be found [here](https://testing.arcus-azure.net/).# License Information
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.Read the full license [here](https://github.com/arcus-azure/arcus.testing/blob/master/LICENSE).