|
rippled
|

Public Types | |
| enum | Exception { no_exception = 0 , bad_cast } |
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 37 of file RPCCall_test.cpp.
| Enumerator | |
|---|---|
| no_exception | |
| bad_cast | |
Definition at line 45 of file RPCCall_test.cpp.
| ripple::test::RPCCallTestData::RPCCallTestData | ( | char const * | description_, |
| int | line_, | ||
| std::initializer_list< char const * > const & | args_, | ||
| Exception | throwsWhat_, | ||
| char const * | exp_ | ||
| ) |
Definition at line 51 of file RPCCall_test.cpp.
| ripple::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 65 of file RPCCall_test.cpp.
|
delete |
|
delete |
|
delete |
|
delete |
|
delete |
| char const* const ripple::test::RPCCallTestData::description |
Definition at line 39 of file RPCCall_test.cpp.
| int const ripple::test::RPCCallTestData::line |
Definition at line 40 of file RPCCall_test.cpp.
| std::vector<char const*> const ripple::test::RPCCallTestData::args |
Definition at line 42 of file RPCCall_test.cpp.
| Exception const ripple::test::RPCCallTestData::throwsWhat |
Definition at line 46 of file RPCCall_test.cpp.
| std::vector<char const*> ripple::test::RPCCallTestData::exp |
Definition at line 49 of file RPCCall_test.cpp.