Ecosyste.ms: Packages

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

Top 8.0% on nuget.org
Top 5.9% downloads on nuget.org
Top 6.5% dependent packages on nuget.org

nuget.org : randomizedtesting.generators

RandomizedTesting.Generators contains generators for random numbers, several forms of text (ASCII, Unicode, realistic Unicode, HTML-like, regular expression-like) as well providing methods to pick random selections from collections and arrays and even create randomly generated Regex classes. These features are implemented as simple low-level extension methods to for the Random class so there is very little to learn to quickly generate random data for your tests. Why would you want tests to have random data? This is to fill situations where it is not practical to test the entire range of values in a single test run, for example, with applications that analyze text. Tests can instead be designed to provide different input every time they run to catch edge cases that are difficult to test for. Generating random data also has many other purposes, such as quickly generating a set of text files to benchmark with without having to store several hundred MB worth of files (since the same random seed will always generate the same data).

Registry - Homepage - JSON
purl: pkg:nuget/randomizedtesting.generators
Keywords: random, testing, numbers, text, unicode, html, regex, data, generator, unit
License: Apache-2.0
Latest release: over 2 years ago
First release: about 3 years ago
Dependent packages: 2
Downloads: 84,199 total
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/NightOwl888, https://www.paypal.me/ShadStorhaug
Last synced: 26 days ago

    Loading...
    Readme
    Loading...