20#ifndef ORES_IAM_DOMAIN_ACCOUNT_GENERATOR_HPP
21#define ORES_IAM_DOMAIN_ACCOUNT_GENERATOR_HPP
24#include "ores.iam/domain/account.hpp"
38std::vector<domain::account>
Test data generators for IAM domain types.
Definition account_generator.hpp:26
domain::account generate_synthetic_account()
Generates a synthetic account.
Definition account_generator.cpp:31
std::vector< domain::account > generate_synthetic_accounts(std::size_t n)
Generates N synthetic accounts.
Definition account_generator.cpp:57
Represents an account for an entity in the system.
Definition account.hpp:32