GenFu
Object filler
A library for generating realistic test data by filling properties of objects using reflection and random or predefined values
GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them.
832 stars
31 watching
100 forks
Language: C#
last commit: almost 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
yaronsumel/filler | A utility to automatically populate gaps in data structures with user-defined filler functions. | 18 |
jamesdouble/randmymod | Generates randomized instances of custom data models with customizable randomness behavior | 18 |
nogizhopaboroda/f_context | A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. | 34 |
meyhem/skid | A utility for filling in template placeholders with values from JSON files to create configured files. | 5 |
clojure-expectations/expectations | A minimalist unit testing framework for Clojure. | 395 |
keepcosmos/beanmother | A library that helps create test data objects easily with fixtures and encourages TDD practices. | 115 |
duckie/mongo_smasher | Generates randomized data for testing MongoDB databases | 34 |
rowanwins/mapbox-gl-flatgeobuf | A library providing a tiled approach to consuming flatgeobuf files in Mapbox GL. | 23 |
generateme/fastmath | A fast and efficient math library written in Clojure. | 238 |
nomemory/mockneat | A powerful data-generation and mocking library for creating realistic data in various formats | 528 |
kaeluka/mock-data-gen | A library to generate random data from IO-TS types for testing purposes. | 7 |
kswoll/reactiveui.fody | Automates boilerplate code generation for properties in C# view models using ReactiveUI | 154 |
deepcake/chickens | An example of using an entity-component system framework with game engines and physics libraries to create interactive content | 1 |
vm-001/lua-jsonschema-mocker | A Lua library to generate mock data from JSON Schemas. | 3 |
guilhermecaruso/mooncake | A tool for generating mocks to simplify development and testing of software interfaces | 18 |