20#ifndef ORES_ASSETS_GENERATORS_IMAGE_TAG_GENERATOR_HPP
21#define ORES_ASSETS_GENERATORS_IMAGE_TAG_GENERATOR_HPP
24#include <boost/uuid/uuid.hpp>
25#include "ores.assets/domain/image_tag.hpp"
38 const boost::uuids::uuid& tag_id);
Test data generators for asset domain types.
Definition image_generator.hpp:26
std::vector< domain::image_tag > generate_synthetic_image_tags(std::size_t n)
Generates N synthetic image-tag associations. May contain duplicates.
Definition image_tag_generator.cpp:54
domain::image_tag generate_synthetic_image_tag()
Generates a synthetic image-tag association.
Definition image_tag_generator.cpp:30