20#ifndef ORES_ASSETS_GENERATORS_TAG_GENERATOR_HPP
21#define ORES_ASSETS_GENERATORS_TAG_GENERATOR_HPP
24#include "ores.assets/domain/tag.hpp"
Test data generators for asset domain types.
Definition image_generator.hpp:26
domain::tag generate_synthetic_tag()
Generates a synthetic tag.
Definition tag_generator.cpp:33
std::vector< domain::tag > generate_synthetic_tags(std::size_t n)
Generates N synthetic tags. May contain duplicates.
Definition tag_generator.cpp:49
std::vector< domain::tag > generate_unique_synthetic_tags(std::size_t n)
Generates N synthetic tags with unique names.
Definition tag_generator.cpp:58