20#ifndef ORES_REFDATA_CORE_GENERATORS_CONTACT_TYPE_GENERATOR_HPP
21#define ORES_REFDATA_CORE_GENERATORS_CONTACT_TYPE_GENERATOR_HPP
24#include "ores.refdata.api/domain/contact_type.hpp"
25#include "ores.utility/generation/generation_context.hpp"
33 utility::generation::generation_context& ctx);
38std::vector<domain::contact_type>
40 utility::generation::generation_context& ctx);
Test data generators for risk domain types.
Definition book_generator.hpp:27
domain::contact_type generate_synthetic_contact_type(utility::generation::generation_context &ctx)
Generates a synthetic contact_type.
Definition contact_type_generator.cpp:30
std::vector< domain::contact_type > generate_synthetic_contact_types(std::size_t n, utility::generation::generation_context &ctx)
Generates N synthetic contact_types.
Definition contact_type_generator.cpp:51