Sha256: 3c06e936d5bc18388ffe41d6de545fa3fe2b129d4f83766559f0f47287d27e53

Contents?: true

Size: 897 Bytes

Versions: 3

Compression:

Stored size: 897 Bytes

Contents

# TDC: Test Data Catalog Generation

![TDC Framelet](/images/Tdc.png)

**Extension Points**

Define your own test data generators by inheriting from ```StandardGenerator```. Best practice is to define an ```ApplicationStandardGenerator``` and have all other generators inherit from it.

Define your own definition resolvers by inheriting from ```DefinitionResolver```. Best practice is to define an ```ApplicationDefinitionResolver``` and all other definition resolvers inherit from it.

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

3 entries across 3 versions & 1 rubygems

Version Path
tdc-0.3.7 README.md
tdc-0.3.6.1 README.md
tdc-0.3.6 README.md