20#ifndef ORES_IAM_GENERATORS_TENANT_STATUS_GENERATOR_HPP
21#define ORES_IAM_GENERATORS_TENANT_STATUS_GENERATOR_HPP
24#include "ores.iam.api/domain/tenant_status.hpp"
25#include "ores.utility/generation/generation_context.hpp"
33 utility::generation::generation_context& ctx);
38std::vector<domain::tenant_status>
40 utility::generation::generation_context& ctx);
Test data generators for IAM domain types.
Definition account_generator.hpp:27
std::vector< domain::tenant_status > generate_synthetic_tenant_statuses(std::size_t n, utility::generation::generation_context &ctx)
Generates N synthetic tenant_statuses.
Definition tenant_status_generator.cpp:51
domain::tenant_status generate_synthetic_tenant_status(utility::generation::generation_context &ctx)
Generates a synthetic tenant_status.
Definition tenant_status_generator.cpp:29