20#ifndef ORES_IAM_GENERATORS_ACCOUNT_PARTY_GENERATOR_HPP
21#define ORES_IAM_GENERATORS_ACCOUNT_PARTY_GENERATOR_HPP
24#include "ores.iam.api/domain/account_party.hpp"
25#include "ores.utility/generation/generation_context.hpp"
33 utility::generation::generation_context& ctx);
38std::vector<domain::account_party>
40 utility::generation::generation_context& ctx);
Test data generators for IAM domain types.
Definition account_generator.hpp:27
std::vector< domain::account_party > generate_synthetic_account_parties(std::size_t n, utility::generation::generation_context &ctx)
Generates N synthetic account_parties.
Definition account_party_generator.cpp:50
domain::account_party generate_synthetic_account_party(utility::generation::generation_context &ctx)
Generates a synthetic account_party.
Definition account_party_generator.cpp:29