test-data-generator
test-data-generator copied to clipboard
Tools to generate data for testing
- Added a way to generate verbatim output (useful for functions such as now()) - Added some helper methods to context and parent - Added ability to ignore fields; useful...
_Description_: SQLException are caught and re-throw as an IllegalStateException without keeping root cause _Environnement_: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101) _Reproduce_ : Open an interactive session on hsqldb and...
_Description_: field value may embed csv separator _Environnement_: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101) _Reproduce_ : ``` "output": { "type": "file", "props":{ "pathProvider":"const", "file": "./a.csv", "format": "csv" } },...
_Description_: Using a Pipe (|) delimiter with the "select" provider raises an error _Environnement_: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101) _Reproduce_ : use this snapshot in your config: ```...
_Description_: not specifying `props` for output console generates a NullPointerException _Environnement_: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101) _Reproduce_ : ``` “output” : { “type” : “console” } ``` The...
_Description_: _Environnement_: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101) _Reproduce_ : [This unit test](https://github.com/garcimouche/test-data-generator/blob/master/src/test/java/com/presidentio/testdatagenerator/output/FileSinkTest.java#L22) reproduces the error. You could also simply specify `"file": "a.sql"` when you choose a file output...
HI Team, Will this testdataGenerator tool work for Data with nested objects. Ex: { "stdItem": { "stdType": "CONTAINER", "stdAttributes": [{ "attributeNames": { "name1": "kite", "name2": "white" }, "attributeValue": "teste" }...