20#ifndef ORES_IAM_DOMAIN_ACCOUNT_GENERATOR_HPP
21#define ORES_IAM_DOMAIN_ACCOUNT_GENERATOR_HPP
24#include "ores.iam.api/domain/account.hpp"
25#include "ores.utility/generation/generation_context.hpp"
38std::vector<domain::account>
Test data generators for IAM domain types.
Definition account_generator.hpp:27
domain::account generate_synthetic_account(utility::generation::generation_context &ctx)
Generates a synthetic account.
Definition account_generator.cpp:31
std::vector< domain::account > generate_synthetic_accounts(std::size_t n, utility::generation::generation_context &ctx)
Generates N synthetic accounts.
Definition account_generator.cpp:63
Represents an account for an entity in the system.
Definition account.hpp:34
Combines a generation engine with a scoped environment.
Definition generation_context.hpp:37