Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.2% downloads on nuget.org

nuget.org : cscheck

CsCheck is a C# random testing library inspired by QuickCheck. It differs in that generation and shrinking are both based on PCG, a fast random number generator. This gives the following advantages: - Automatic shrinking. Gen classes are composable with no need for Arb classes. So less boilerplate. - Random testing and shrinking are parallelized. This and PCG make it very fast. - Shrunk cases have a seed value. Simpler examples can easily be reproduced. - Shrinking can be continued later to give simpler cases for high dimensional problems. - Concurrency testing and random shrinking work well together. CsCheck also makes concurrency, performance and regression testing simple and fast.

Registry - Homepage - JSON
purl: pkg:nuget/cscheck
Keywords: quickcheck, random, model-based, metamorphic, concurrency, performance, causal-profiling, regression, testing, concurrency-testing, metamorphic-testing, model-based-testing, performance-testing, regression-testing
License: Apache-2.0
Latest release: 15 days ago
First release: almost 4 years ago
Downloads: 108,943 total
Stars: 122 on GitHub
Forks: 3 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/AnthonyLloyd
Last synced: 15 days ago

    Loading...
    Readme
    Loading...