5#include <xrpl/beast/unit_test/amount.h> 
    6#include <xrpl/beast/unit_test/global_suites.h> 
    7#include <xrpl/beast/unit_test/suite.h> 
   27            return s.manual() ? 
"|M| " : 
"    ";
 
   32            log << prefix(s) << s.full_name() << 
'\n';
 
   39        log << 
amount(total, 
"suite") << 
" total, " 
 
 
Utility for producing nicely composed output of amounts with units.
 
A suite that prints the list of globally defined suites.
 
void run() override
Runs the suite.
 
Associates a unit test type with metadata.
 
log_os< char > log
Logging output stream.
 
void pass()
Record a successful test condition.
 
suite_list const & global_suites()
Holds test suites registered during static initialization.