1#include <test/jtx/flags.h> 
    3#include <xrpl/protocol/jss.h> 
   13    jv[jss::Account] = account.human();
 
   14    jv[jss::TransactionType] = jss::AccountSet;
 
   16        jv[jss::SetFlag] = on;
 
   18        jv[jss::ClearFlag] = off;
 
 
   28    else if (sle->isFieldPresent(sfFlags))
 
 
   40    else if (sle->isFieldPresent(sfFlags))
 
 
void pass()
Record a successful test condition.
 
bool expect(Condition const &shouldBeTrue)
Evaluate a test condition.
 
void fail(String const &reason, char const *file, int line)
Record a failure.
 
Immutable cryptographic account descriptor.
 
A transaction testing environment.
 
beast::unit_test::suite & test
 
std::shared_ptr< SLE const > le(Account const &account) const
Return an account root.
 
void operator()(Env &env) const
 
void operator()(Env &env) const
 
Json::Value fset(Account const &account, std::uint32_t on, std::uint32_t off=0)
Add and/or remove flag.
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.