|
ORE Studio 0.0.4
|
Test data generators for asset domain types. More...
Functions | |
| domain::image | generate_synthetic_image () |
| Generates a synthetic image. | |
| std::vector< domain::image > | generate_synthetic_images (std::size_t n) |
| Generates N synthetic images. May contain duplicates. | |
| std::vector< domain::image > | generate_unique_synthetic_images (std::size_t n) |
| Generates N synthetic images with unique keys. | |
| domain::image_tag | generate_synthetic_image_tag () |
| Generates a synthetic image-tag association. | |
| domain::image_tag | generate_synthetic_image_tag (const boost::uuids::uuid &image_id, const boost::uuids::uuid &tag_id) |
| Generates a synthetic image-tag with specific IDs. | |
| std::vector< domain::image_tag > | generate_synthetic_image_tags (std::size_t n) |
| Generates N synthetic image-tag associations. May contain duplicates. | |
| domain::tag | generate_synthetic_tag () |
| Generates a synthetic tag. | |
| std::vector< domain::tag > | generate_synthetic_tags (std::size_t n) |
| Generates N synthetic tags. May contain duplicates. | |
| std::vector< domain::tag > | generate_unique_synthetic_tags (std::size_t n) |
| Generates N synthetic tags with unique names. | |
Test data generators for asset domain types.
Provides synthetic data generation for testing using faker-cxx. Includes generators for image, tag, image_tag, and currency_image entities.