|
hlcc 2.0.0-beta2+pre1
|
Test ExecTimeStats class. More...
Public Member Functions | |
| def | test_ge_name (self) |
| Test the Get_name method. | |
| def | test_get_stats_data (self) |
| Test the computation of stats_data. | |
| def | test_start_warning (self) |
| Test the situation where we start twice without stopping first. | |
| def | test_stop_error (self) |
| Test the situation where we stop before we start. | |
| def | test_print (self) |
| Test the print method. | |
| def | test_duration_as_string (self) |
| Test the duration time conversion in to string with correct units. | |
Test ExecTimeStats class.
| def testExecutionStatistics.TestExecStats.test_duration_as_string | ( | self | ) |
Test the duration time conversion in to string with correct units.
| def testExecutionStatistics.TestExecStats.test_ge_name | ( | self | ) |
Test the Get_name method.
| def testExecutionStatistics.TestExecStats.test_get_stats_data | ( | self | ) |
Test the computation of stats_data.
| def testExecutionStatistics.TestExecStats.test_print | ( | self | ) |
Test the print method.
| def testExecutionStatistics.TestExecStats.test_start_warning | ( | self | ) |
Test the situation where we start twice without stopping first.
| def testExecutionStatistics.TestExecStats.test_stop_error | ( | self | ) |
Test the situation where we stop before we start.