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

Public Member Functions

void testZero ()
 
void test_limits ()
 
void test_add ()
 
void test_sub ()
 
void test_mul ()
 
void test_div ()
 
void test_root ()
 
void test_power1 ()
 
void test_power2 ()
 
void testConversions ()
 
void test_to_integer ()
 
void test_squelch ()
 
void testToString ()
 
void test_relationals ()
 
void test_stream ()
 
void test_inc_dec ()
 
void test_toSTAmount ()
 
void run () override
 

Detailed Description

Definition at line 29 of file Number_test.cpp.

Member Function Documentation

◆ testZero()

void ripple::Number_test::testZero ( )

Definition at line 33 of file Number_test.cpp.

◆ test_limits()

void ripple::Number_test::test_limits ( )

Definition at line 48 of file Number_test.cpp.

◆ test_add()

void ripple::Number_test::test_add ( )

Definition at line 84 of file Number_test.cpp.

◆ test_sub()

void ripple::Number_test::test_sub ( )

Definition at line 124 of file Number_test.cpp.

◆ test_mul()

void ripple::Number_test::test_mul ( )

Definition at line 149 of file Number_test.cpp.

◆ test_div()

void ripple::Number_test::test_div ( )

Definition at line 255 of file Number_test.cpp.

◆ test_root()

void ripple::Number_test::test_root ( )

Definition at line 344 of file Number_test.cpp.

◆ test_power1()

void ripple::Number_test::test_power1 ( )

Definition at line 383 of file Number_test.cpp.

◆ test_power2()

void ripple::Number_test::test_power2 ( )

Definition at line 399 of file Number_test.cpp.

◆ testConversions()

void ripple::Number_test::testConversions ( )

Definition at line 445 of file Number_test.cpp.

◆ test_to_integer()

void ripple::Number_test::test_to_integer ( )

Definition at line 471 of file Number_test.cpp.

◆ test_squelch()

void ripple::Number_test::test_squelch ( )

Definition at line 639 of file Number_test.cpp.

◆ testToString()

void ripple::Number_test::testToString ( )

Definition at line 652 of file Number_test.cpp.

◆ test_relationals()

void ripple::Number_test::test_relationals ( )

Definition at line 667 of file Number_test.cpp.

◆ test_stream()

void ripple::Number_test::test_stream ( )

Definition at line 677 of file Number_test.cpp.

◆ test_inc_dec()

void ripple::Number_test::test_inc_dec ( )

Definition at line 687 of file Number_test.cpp.

◆ test_toSTAmount()

void ripple::Number_test::test_toSTAmount ( )

Definition at line 700 of file Number_test.cpp.

◆ run()

void ripple::Number_test::run ( )
override

Definition at line 723 of file Number_test.cpp.