Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephencleary/asyncex.testing
Helper types for writing unit tests for asynchronous code.
https://github.com/stephencleary/asyncex.testing
async-await c-sharp testing
Last synced: about 1 month ago
JSON representation
Helper types for writing unit tests for asynchronous code.
- Host: GitHub
- URL: https://github.com/stephencleary/asyncex.testing
- Owner: StephenCleary
- License: mit
- Created: 2015-03-29T00:44:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T13:33:04.000Z (about 3 years ago)
- Last Synced: 2024-08-30T15:09:05.568Z (4 months ago)
- Topics: async-await, c-sharp, testing
- Language: C#
- Size: 47.9 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Logo](src/icon.png)
# AsyncEx.Testing [![Build status](https://github.com/StephenCleary/AsyncEx.Testing/workflows/Build/badge.svg)](https://github.com/StephenCleary/AsyncEx.Testing/actions?query=workflow%3ABuild) [![codecov](https://codecov.io/gh/StephenCleary/AsyncEx.Testing/branch/master/graph/badge.svg)](https://codecov.io/gh/StephenCleary/AsyncEx.Testing) [![NuGet version](https://badge.fury.io/nu/Nito.AsyncEx.Testing.svg)](https://www.nuget.org/packages/Nito.AsyncEx.Testing) [![API docs](https://img.shields.io/badge/API-dotnetapis-blue.svg)](http://dotnetapis.com/pkg/Nito.AsyncEx.Testing)
Helper types for writing unit tests for asynchronous code.