コード例 #1
0
ファイル: Quality.test.cpp プロジェクト: alexandrev/rippled
 void
 run()
 {
     test_comparisons ();
     test_composition ();
     test_operations ();
     test_ceil_in ();
     test_ceil_out ();
     test_raw ();
 }
コード例 #2
0
ファイル: Quality_test.cpp プロジェクト: mellery451/rippled
 void
 run() override
 {
     test_comparisons ();
     test_composition ();
     test_operations ();
     test_ceil_in ();
     test_ceil_out ();
     test_raw ();
     test_round ();
 }