|
rippled
|


Public Member Functions | |
| SEnv (T &s, std::unique_ptr< Config > config, FeatureBitset features, std::unique_ptr< Logs > logs=nullptr, beast::severities::Severity thresh=beast::severities::kError) | |
| SEnv & | close () |
| SEnv & | enableFeature (uint256 const feature) |
| SEnv & | disableFeature (uint256 const feature) |
| template<class Arg , class... Args> | |
| SEnv & | fund (STAmount const &amount, Arg const &arg, Args const &... args) |
| template<class JsonValue , class... FN> | |
| SEnv & | tx (JsonValue &&jv, FN const &... fN) |
| template<class... FN> | |
| SEnv & | multiTx (jtx::JValueVec &&jvv, FN const &... fN) |
| TER | ter () const |
| STAmount | balance (jtx::Account const &account) const |
| STAmount | balance (jtx::Account const &account, Issue const &issue) const |
| XRPAmount | reserve (std::uint32_t count) |
| XRPAmount | txFee () |
| std::shared_ptr< SLE const > | account (jtx::Account const &account) |
| std::shared_ptr< SLE const > | bridge (Json::Value const &jvb) |
| std::uint64_t | claimCount (Json::Value const &jvb) |
| std::uint64_t | claimID (Json::Value const &jvb) |
| std::shared_ptr< SLE const > | claimID (Json::Value const &jvb, std::uint64_t seq) |
| std::shared_ptr< SLE const > | caClaimID (Json::Value const &jvb, std::uint64_t seq) |
Public Attributes | |
| jtx::Env | env_ |
Definition at line 34 of file XChain_test.cpp.
| ripple::test::SEnv< T >::SEnv | ( | T & | s, |
| std::unique_ptr< Config > | config, | ||
| FeatureBitset | features, | ||
| std::unique_ptr< Logs > | logs = nullptr, |
||
| beast::severities::Severity | thresh = beast::severities::kError |
||
| ) |
Definition at line 38 of file XChain_test.cpp.
| SEnv & ripple::test::SEnv< T >::close | ( | ) |
Definition at line 49 of file XChain_test.cpp.
| SEnv & ripple::test::SEnv< T >::enableFeature | ( | uint256 const | feature | ) |
Definition at line 56 of file XChain_test.cpp.
| SEnv & ripple::test::SEnv< T >::disableFeature | ( | uint256 const | feature | ) |
Definition at line 63 of file XChain_test.cpp.
| SEnv & ripple::test::SEnv< T >::fund | ( | STAmount const & | amount, |
| Arg const & | arg, | ||
| Args const &... | args | ||
| ) |
Definition at line 71 of file XChain_test.cpp.
| SEnv & ripple::test::SEnv< T >::tx | ( | JsonValue && | jv, |
| FN const &... | fN | ||
| ) |
Definition at line 79 of file XChain_test.cpp.
| SEnv & ripple::test::SEnv< T >::multiTx | ( | jtx::JValueVec && | jvv, |
| FN const &... | fN | ||
| ) |
Definition at line 87 of file XChain_test.cpp.
| TER ripple::test::SEnv< T >::ter | ( | ) | const |
Definition at line 95 of file XChain_test.cpp.
| STAmount ripple::test::SEnv< T >::balance | ( | jtx::Account const & | account | ) | const |
Definition at line 101 of file XChain_test.cpp.
| STAmount ripple::test::SEnv< T >::balance | ( | jtx::Account const & | account, |
| Issue const & | issue | ||
| ) | const |
Definition at line 107 of file XChain_test.cpp.
| XRPAmount ripple::test::SEnv< T >::reserve | ( | std::uint32_t | count | ) |
Definition at line 113 of file XChain_test.cpp.
| XRPAmount ripple::test::SEnv< T >::txFee | ( | ) |
Definition at line 119 of file XChain_test.cpp.
| std::shared_ptr< SLE const > ripple::test::SEnv< T >::account | ( | jtx::Account const & | account | ) |
Definition at line 125 of file XChain_test.cpp.
| std::shared_ptr< SLE const > ripple::test::SEnv< T >::bridge | ( | Json::Value const & | jvb | ) |
Definition at line 131 of file XChain_test.cpp.
| std::uint64_t ripple::test::SEnv< T >::claimCount | ( | Json::Value const & | jvb | ) |
Definition at line 150 of file XChain_test.cpp.
| std::uint64_t ripple::test::SEnv< T >::claimID | ( | Json::Value const & | jvb | ) |
Definition at line 156 of file XChain_test.cpp.
| std::shared_ptr< SLE const > ripple::test::SEnv< T >::claimID | ( | Json::Value const & | jvb, |
| std::uint64_t | seq | ||
| ) |
Definition at line 162 of file XChain_test.cpp.
| std::shared_ptr< SLE const > ripple::test::SEnv< T >::caClaimID | ( | Json::Value const & | jvb, |
| std::uint64_t | seq | ||
| ) |
Definition at line 168 of file XChain_test.cpp.
| jtx::Env ripple::test::SEnv< T >::env_ |
Definition at line 36 of file XChain_test.cpp.