ORE Studio 0.0.4
Loading...
Searching...
No Matches
Functions
ores::iam::generators Namespace Reference

Test data generators for IAM domain types. More...

Functions

domain::account generate_synthetic_account ()
 Generates a synthetic account.
 
std::vector< domain::accountgenerate_synthetic_accounts (std::size_t n)
 Generates N synthetic accounts.
 

Detailed Description

Test data generators for IAM domain types.

Provides synthetic data generation for testing using faker-cxx. Includes generators for account, login_info, and related entities.

Function Documentation

◆ generate_synthetic_accounts()

std::vector< domain::account > generate_synthetic_accounts ( std::size_t  n)

Generates N synthetic accounts.

Note
c++ 23 generators are not supported on all compilers.