|
void | testRandomWallet (std::optional< std::string > const &keyType) |
|
Json::Value | testSecretWallet (Json::Value const ¶ms, key_strings const &s) |
|
void | testSeed (std::optional< std::string > const &keyType, key_strings const &strings) |
|
void | testSeedHex (std::optional< std::string > const &keyType, key_strings const &strings) |
|
void | testLegacyPassphrase (char const *value, std::optional< std::string > const &keyType, key_strings const &strings) |
|
void | testLegacyPassphrase (std::optional< std::string > const &keyType, key_strings const &strings) |
|
void | testKeyType (std::optional< std::string > const &keyType, key_strings const &strings) |
|
void | testBadInput () |
|
void | testKeypairForSignature (std::optional< std::string > keyType, key_strings const &strings) |
|
void | testKeypairForSignatureErrors () |
|
void | testRippleLibEd25519 () |
|
void | run () override |
|
template<class S , class T > |
bool | expectEquals (S actual, T expected, std::string const &message="") |
|
template<class S , class T > |
bool | expectNotEquals (S actual, T expected, std::string const &message="") |
|
template<class Collection > |
bool | expectCollectionEquals (Collection const &actual, Collection const &expected, std::string const &message="") |
|
template<class Exception , class Functor > |
bool | expectException (Functor f, std::string const &message="") |
|
template<class Functor > |
bool | expectException (Functor f, std::string const &message="") |
|
Definition at line 96 of file KeyGeneration_test.cpp.
◆ testRandomWallet()
◆ testSecretWallet()
◆ testSeed()
◆ testSeedHex()
◆ testLegacyPassphrase() [1/2]
◆ testLegacyPassphrase() [2/2]
◆ testKeyType()
◆ testBadInput()
void ripple::RPC::WalletPropose_test::testBadInput |
( |
| ) |
|
◆ testKeypairForSignature()
◆ testKeypairForSignatureErrors()
void ripple::RPC::WalletPropose_test::testKeypairForSignatureErrors |
( |
| ) |
|
◆ testRippleLibEd25519()
void ripple::RPC::WalletPropose_test::testRippleLibEd25519 |
( |
| ) |
|
◆ run()
void ripple::RPC::WalletPropose_test::run |
( |
| ) |
|
|
override |
◆ expectEquals()
template<class S , class T >
bool ripple::TestSuite::expectEquals |
( |
S |
actual, |
|
|
T |
expected, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ expectNotEquals()
template<class S , class T >
bool ripple::TestSuite::expectNotEquals |
( |
S |
actual, |
|
|
T |
expected, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ expectCollectionEquals()
template<class Collection >
bool ripple::TestSuite::expectCollectionEquals |
( |
Collection const & |
actual, |
|
|
Collection const & |
expected, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ expectException() [1/2]
template<class Exception , class Functor >
bool ripple::TestSuite::expectException |
( |
Functor |
f, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ expectException() [2/2]
template<class Functor >
bool ripple::TestSuite::expectException |
( |
Functor |
f, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ addPrefix()