ORE Studio 0.0.4
Loading...
Searching...
No Matches
Functions
ores::assets::generators Namespace Reference

Test data generators for asset domain types. More...

Functions

domain::image generate_synthetic_image ()
 Generates a synthetic image.
 
std::vector< domain::imagegenerate_synthetic_images (std::size_t n)
 Generates N synthetic images. May contain duplicates.
 
std::vector< domain::imagegenerate_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_taggenerate_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::taggenerate_synthetic_tags (std::size_t n)
 Generates N synthetic tags. May contain duplicates.
 
std::vector< domain::taggenerate_unique_synthetic_tags (std::size_t n)
 Generates N synthetic tags with unique names.
 

Detailed Description

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.