rippled
Public Member Functions | Static Private Member Functions | List of all members
ripple::Seed_test Class Reference
Inheritance diagram for ripple::Seed_test:
Inheritance graph
[legend]
Collaboration diagram for ripple::Seed_test:
Collaboration graph
[legend]

Public Member Functions

void testConstruction ()
 
std::string testPassphrase (std::string passphrase)
 
void testPassphrase ()
 
void testBase58 ()
 
void testRandom ()
 
void testKeypairGenerationAndSigning ()
 
void testSeedParsing ()
 
void run () override
 

Static Private Member Functions

static bool equal (Seed const &lhs, Seed const &rhs)
 

Detailed Description

Definition at line 31 of file Seed_test.cpp.

Member Function Documentation

◆ equal()

static bool ripple::Seed_test::equal ( Seed const &  lhs,
Seed const &  rhs 
)
staticprivate

Definition at line 34 of file Seed_test.cpp.

◆ testConstruction()

void ripple::Seed_test::testConstruction ( )

Definition at line 45 of file Seed_test.cpp.

◆ testPassphrase() [1/2]

std::string ripple::Seed_test::testPassphrase ( std::string  passphrase)

Definition at line 70 of file Seed_test.cpp.

◆ testPassphrase() [2/2]

void ripple::Seed_test::testPassphrase ( )

Definition at line 81 of file Seed_test.cpp.

◆ testBase58()

void ripple::Seed_test::testBase58 ( )

Definition at line 96 of file Seed_test.cpp.

◆ testRandom()

void ripple::Seed_test::testRandom ( )

Definition at line 114 of file Seed_test.cpp.

◆ testKeypairGenerationAndSigning()

void ripple::Seed_test::testKeypairGenerationAndSigning ( )

Definition at line 129 of file Seed_test.cpp.

◆ testSeedParsing()

void ripple::Seed_test::testSeedParsing ( )

Definition at line 309 of file Seed_test.cpp.

◆ run()

void ripple::Seed_test::run ( )
override

Definition at line 350 of file Seed_test.cpp.