Beispiel #1
0
 void run ()
 {
     test_bad_json ();
     test_edge_cases ();
     test_copy ();
     test_move ();
     test_comparisons ();
 }
Beispiel #2
0
 void
 run()
 {
     test_comparisons ();
     test_composition ();
     test_operations ();
     test_ceil_in ();
     test_ceil_out ();
     test_raw ();
 }
Beispiel #3
0
 void run () override
 {
     test_bool ();
     test_bad_json ();
     test_edge_cases ();
     test_copy ();
     test_move ();
     test_comparisons ();
     test_compact ();
     test_nest_limits ();
 }
Beispiel #4
0
 void
 run() override
 {
     test_comparisons ();
     test_composition ();
     test_operations ();
     test_ceil_in ();
     test_ceil_out ();
     test_raw ();
     test_round ();
 }