rippled
Loading...
Searching...
No Matches
Classes | Typedefs | Functions | Variables
ripple::test::detail Namespace Reference

Classes

struct  case_results
 
class  DirGuard
 Create a directory and remove it when it's done. More...
 
class  FileDirGuard
 Write a file in a directory and remove when done. More...
 
class  multi_runner_base
 
struct  results
 
struct  suite_results
 

Typedefs

using clock_type = std::chrono::steady_clock
 

Functions

constexpr char const * realValidatorContents ()
 
std::string fmtdur (typename clock_type::duration const &d)
 

Variables

auto constexpr default_expires = std::chrono::seconds{3600}
 
auto constexpr default_effective_overlap = std::chrono::seconds{30}
 

Typedef Documentation

◆ clock_type

Definition at line 47 of file multi_runner.h.

Function Documentation

◆ realValidatorContents()

constexpr char const * ripple::test::detail::realValidatorContents ( )
constexpr

Definition at line 43 of file ValidatorSite_test.cpp.

◆ fmtdur()

std::string ripple::test::detail::fmtdur ( typename clock_type::duration const &  d)

Definition at line 38 of file multi_runner.cpp.

Variable Documentation

◆ default_expires

auto constexpr ripple::test::detail::default_expires = std::chrono::seconds{3600}
constexpr

Definition at line 55 of file ValidatorSite_test.cpp.

◆ default_effective_overlap

auto constexpr ripple::test::detail::default_effective_overlap = std::chrono::seconds{30}
constexpr

Definition at line 56 of file ValidatorSite_test.cpp.