https://github.com/igor-toporet/simply-test-data
Subtle test data factory with flexible capabilities to customize created objects
https://github.com/igor-toporet/simply-test-data
c-sharp declarative domain-driven-design test-data test-data-generator testdata unit-testing
Last synced: 14 days ago
JSON representation
Subtle test data factory with flexible capabilities to customize created objects
- Host: GitHub
- URL: https://github.com/igor-toporet/simply-test-data
- Owner: igor-toporet
- License: mit
- Created: 2012-06-01T22:12:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-03T04:29:13.000Z (almost 13 years ago)
- Last Synced: 2025-08-12T20:54:20.207Z (about 2 months ago)
- Topics: c-sharp, declarative, domain-driven-design, test-data, test-data-generator, testdata, unit-testing
- Language: C#
- Homepage:
- Size: 2.74 MB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple
It is a single file with about one hundred lines. Just copy/paste it locally and include into your test project.# Flexible
Set up permanent customizations per type to be always applied on-the-fly to objects being created. Define and apply additional ad-hoc customizations specific to particular test case.
# Agnostic
Works with any existing unit-testing frameworks as well as data generation libraries.
---
## "OK. Show me the code."
For quick introduction you may want to refer to [Getting Started](https://github.com/igor-toporet/simply-test-data/wiki/Getting-Started) wiki page.
## Similar projects
Well-known and respected:
- NBuider | [https://code.google.com/p/nbuilder](https://code.google.com/p/nbuilder)
- AutoFixture | [http://autofixture.codeplex.com](http://autofixture.codeplex.com)
- AutoPoco | [http://autopoco.codeplex.com](http://autopoco.codeplex.com)Little-known:
- Hydrator | [http://hydrator.codeplex.com](http://hydrator.codeplex.com)
- Fabricator | [http://fabricator.codeplex.com](http://fabricator.codeplex.com)Unfamiliar:
- TestData (aka TestData.Profiles) | [https://github.com/worldspawn/TestData](https://github.com/worldspawn/TestData)
- TestDataGenerator | [https://github.com/etishor/TestDataGenerator](https://github.com/etishor/TestDataGenerator)
- TestDataFactory | [https://github.com/titarenko/TestDataFactory](https://github.com/titarenko/TestDataFactory)