20#include <test/jtx/Account.h>
22#include <xrpl/basics/join.h>
23#include <xrpl/beast/unit_test.h>
33 auto test = [
this](
auto collectionanddelimiter,
std::string expected) {
37 ss <<
"(" << collectionanddelimiter <<
")";
38 auto const str = ss.
str();
39 BEAST_EXPECT(str.substr(1, str.length() - 2) == expected);
40 BEAST_EXPECT(str.front() ==
'(');
41 BEAST_EXPECT(str.back() ==
')');
56 char letters[4]{
'w',
'a',
's',
'd'};
static Account const master
The master account.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Stream & join(Stream &s, Iter iter, Iter end, std::string const &delimiter)
void run() override
Runs the suite.