top | item 10154400 Schema graduates from alpha with support for Clojure test data generation 15 points| w01fe | 10 years ago |blog.getprismatic.com 3 comments order hn newest postpunkjustin|10 years ago How easy is it to insert your own generators into a schema in cases where one can't be automatically created? I'm thinking specifically of pred schemas or Java classes as schemas. w01fe|10 years ago Configurability was a major design goal. Check out the test for examples of how to insert your own leaf generators or wrappers:https://github.com/Prismatic/schema/blob/master/test/clj/sch...Does that seem like it will meet your needs? w01fe|10 years ago Author here, would love to hear feedback, and more than happy to answer questions Centaur|10 years ago [deleted]
postpunkjustin|10 years ago How easy is it to insert your own generators into a schema in cases where one can't be automatically created? I'm thinking specifically of pred schemas or Java classes as schemas. w01fe|10 years ago Configurability was a major design goal. Check out the test for examples of how to insert your own leaf generators or wrappers:https://github.com/Prismatic/schema/blob/master/test/clj/sch...Does that seem like it will meet your needs?
w01fe|10 years ago Configurability was a major design goal. Check out the test for examples of how to insert your own leaf generators or wrappers:https://github.com/Prismatic/schema/blob/master/test/clj/sch...Does that seem like it will meet your needs?
postpunkjustin|10 years ago
w01fe|10 years ago
https://github.com/Prismatic/schema/blob/master/test/clj/sch...
Does that seem like it will meet your needs?
w01fe|10 years ago
Centaur|10 years ago
[deleted]