Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fake data generators library #17

Closed
Tracked by #56
tjementum opened this issue Apr 22, 2023 · 0 comments · Fixed by #146
Closed
Tracked by #56

Add fake data generators library #17

tjementum opened this issue Apr 22, 2023 · 0 comments · Fixed by #146
Assignees
Labels
enhancement New feature or request

Comments

@tjementum
Copy link
Member

tjementum commented Apr 22, 2023

Alternatives:

  • AutoFixture is designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by minimizing the setup phase. It can be used to create anonymous variables of almost any type, to fill properties for complex object graphs and a lot more.
  • Bogus is a simple and sane fake data generator for .NET languages like C#, F# and VB.NET. It is fundamentally a C# port of faker.js and inspired by FluentValidation's syntax sugar. It can be used to generate realistic but not real data for testing or for populating databases with realistic data.
@tjementum tjementum added the enhancement New feature or request label Apr 22, 2023
@tjementum tjementum self-assigned this Apr 24, 2023
@tjementum tjementum changed the title Set up global exception handling pipeline behavior Set up exception handling pipeline behavior May 10, 2023
@tjementum tjementum changed the title Set up exception handling pipeline behavior Add fake data generators libary May 17, 2023
@tjementum tjementum changed the title Add fake data generators libary Add fake data generators library Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
1 participant