11 packages tagged with “data-generation”
TestStack.Dossier provides you with the code infrastructure to easily and quickly generate test fixture data for your automated tests in a terse, readable and maintainable way using the Test Data Builder, anonymous value and equivalence class patterns. Formerly called NTestDataBuilder.
A .NET fake data generator inspired by ruby's factory_girl gem to make test-driven development more productive. Create your fake data for testing purposes more easily with random generators and fluent interface!
A C# library, wrapping the AutoBogus generator, providing reusable configuration and a more developer-friendly syntax.
伪数据生成器,用于构造手机号、银行卡号、身份证号等数据
Data generation commmands
A .NET library for replicating database schemas (SQL Server, etc.) and generating realistic, relational test data. Used by the Kopi CLI.
OrangeParanoia is a .NET 8 library that makes it easy to generate random data. It includes Magic 8 Ball-style answers, numerical values, dates, cards, mathematical progressions, colors, and more.
Bogus.CLI is a command-line tool built on the powerful Bogus library by Brian Chavez. It simplifies fake data generation, allowing you to create flexible and efficient data directly from your terminal.
MockForge is a .NET 8 library that makes it easy to generate random data. It includes Magic 8 Ball-style answers, numerical values, dates, cards, mathematical progressions, colors, and more.
A .NET library for quickly generating test data entities from existing data sources. Map your database tables to strongly-typed C# entities with support for foreign key lookups, sequential and random selection strategies, and flexible data providers.
A streamlined, xUnit-compatible AutoFixture integration for TUnit. Provides [AutoData], [InlineAutoData], [Frozen], and [AutoNSubstituteData] attributes for automatic test data generation with auto-mocking support. Simplified architecture with zero warnings.