xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::Env::AppBundle Struct Reference
Collaboration diagram for xrpl::test::jtx::Env::AppBundle:

Public Member Functions

 AppBundle ()=default
 AppBundle (beast::unit_test::Suite &suite, std::unique_ptr< Config > config, std::unique_ptr< Logs > logs, beast::Severity thresh)
 ~AppBundle ()

Public Attributes

Applicationapp = nullptr
std::unique_ptr< Applicationowned
ManualTimeKeepertimeKeeper = nullptr
std::thread thread
std::unique_ptr< AbstractClientclient

Detailed Description

Definition at line 164 of file Env.h.

Constructor & Destructor Documentation

◆ AppBundle() [1/2]

xrpl::test::jtx::Env::AppBundle::AppBundle ( )
default

◆ AppBundle() [2/2]

xrpl::test::jtx::Env::AppBundle::AppBundle ( beast::unit_test::Suite & suite,
std::unique_ptr< Config > config,
std::unique_ptr< Logs > logs,
beast::Severity thresh )

Definition at line 72 of file Env.cpp.

◆ ~AppBundle()

xrpl::test::jtx::Env::AppBundle::~AppBundle ( )

Definition at line 107 of file Env.cpp.

Member Data Documentation

◆ app

Application* xrpl::test::jtx::Env::AppBundle::app = nullptr

Definition at line 166 of file Env.h.

◆ owned

std::unique_ptr<Application> xrpl::test::jtx::Env::AppBundle::owned

Definition at line 167 of file Env.h.

◆ timeKeeper

ManualTimeKeeper* xrpl::test::jtx::Env::AppBundle::timeKeeper = nullptr

Definition at line 168 of file Env.h.

◆ thread

std::thread xrpl::test::jtx::Env::AppBundle::thread

Definition at line 169 of file Env.h.

◆ client

std::unique_ptr<AbstractClient> xrpl::test::jtx::Env::AppBundle::client

Definition at line 170 of file Env.h.