Пример #1
0
 void run ()
 {
     test_bad_json ();
     test_edge_cases ();
     test_copy ();
     test_move ();
 }
Пример #2
0
 void run () override
 {
     test_bool ();
     test_bad_json ();
     test_edge_cases ();
     test_copy ();
     test_move ();
     test_comparisons ();
     test_compact ();
     test_nest_limits ();
 }