|
xrpld
|

Public Types | |
| enum class | Exception { NoException = 0 , BadCast } |
Public Member Functions | |
| RPCCallTestData (char const *description, int line, std::initializer_list< char const * > const &args, Exception throwsWhat, char const *exp) | |
| RPCCallTestData (char const *description, int line, std::initializer_list< char const * > const &args, Exception throwsWhat, std::initializer_list< char const * > exp) | |
| RPCCallTestData ()=delete | |
| RPCCallTestData (RPCCallTestData const &)=delete | |
| RPCCallTestData (RPCCallTestData &&)=delete | |
| RPCCallTestData & | operator= (RPCCallTestData const &)=delete |
| RPCCallTestData & | operator= (RPCCallTestData &&)=delete |
Public Attributes | |
| char const *const | description |
| int const | line |
| std::vector< char const * > const | args |
| Exception const | throwsWhat |
| std::vector< char const * > | exp |
Definition at line 26 of file RPCCall_test.cpp.
|
strong |
| Enumerator | |
|---|---|
| NoException | |
| BadCast | |
Definition at line 34 of file RPCCall_test.cpp.
| xrpl::test::RPCCallTestData::RPCCallTestData | ( | char const * | description, |
| int | line, | ||
| std::initializer_list< char const * > const & | args, | ||
| Exception | throwsWhat, | ||
| char const * | exp ) |
Definition at line 40 of file RPCCall_test.cpp.
| xrpl::test::RPCCallTestData::RPCCallTestData | ( | char const * | description, |
| int | line, | ||
| std::initializer_list< char const * > const & | args, | ||
| Exception | throwsWhat, | ||
| std::initializer_list< char const * > | exp ) |
Definition at line 50 of file RPCCall_test.cpp.
|
delete |
|
delete |
|
delete |
|
delete |
|
delete |
| char const* const xrpl::test::RPCCallTestData::description |
Definition at line 28 of file RPCCall_test.cpp.
| int const xrpl::test::RPCCallTestData::line |
Definition at line 29 of file RPCCall_test.cpp.
| std::vector<char const*> const xrpl::test::RPCCallTestData::args |
Definition at line 31 of file RPCCall_test.cpp.
| Exception const xrpl::test::RPCCallTestData::throwsWhat |
Definition at line 35 of file RPCCall_test.cpp.
| std::vector<char const*> xrpl::test::RPCCallTestData::exp |
Definition at line 38 of file RPCCall_test.cpp.