

Public Member Functions | |
| SoakTestRunner () | |
| int | run () const |
| Run the tests with a particular backend. | |
Private Attributes | |
| string | seed_str |
Definition at line 52 of file soaktest.cc.
| SoakTestRunner::SoakTestRunner | ( | ) | [inline] |
Definition at line 56 of file soaktest.cc.
References test_driver::add_command_line_option(), and seed_str.
| int SoakTestRunner::run | ( | ) | const [inline, virtual] |
Run the tests with a particular backend.
Properties of the backend can be determined by checking the settings of the flags.
Implements TestRunner.
Definition at line 60 of file soaktest.cc.
References g_random_seed, and seed_str.
string SoakTestRunner::seed_str [private] |