Sha256: 881cd4a3a2d278b017160bac4e8d275e4a4194c5793ccadca30e68931fbda64c
Contents?: true
Size: 767 Bytes
Versions: 1
Compression:
Stored size: 767 Bytes
Contents
# TDC: Test Data Catalog Generation ![TDC Framelet](/images/Tdc.png) **Extension Points** Define your own test data generators by inheriting from ```StandardGenerator``` or ```SingularGenerator```. Best practice is to define an ```ApplicationStandardGenerator``` and an ```ApplicationSingularGenerator``` and have all other generators inherit from them. During generation the test data catalog will be represented by ```CatalogEntries``` that are populated by reading from ```YAML``` files with a ```DataDefinitionReader``` or provided directly by an ```InMemoryDataDefinition```. **Data Definition DSL** ```DefinitionResolvable``` and ```DefinitionSourcable``` provide a DSL that you may use in your generators to work more easily with a ```DataDefinition```.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdc-0.2.4 | README.md |