#include <libaegis/change/test/batch_result.h>Go to the source code of this file.
Functions | |
| batch_result_list_ty * | change_test_batch_fake (change::pointer cp, string_list_ty *wlp, user_ty::pointer up, bool baseline, int current, int total, time_t time_limit, const nstring_list &variable_assignments, const long *remaining_seconds) |
| batch_result_list_ty* change_test_batch_fake | ( | change::pointer | cp, | |
| string_list_ty * | wlp, | |||
| user_ty::pointer | up, | |||
| bool | baseline, | |||
| int | current, | |||
| int | total, | |||
| time_t | time_limit, | |||
| const nstring_list & | variable_assignments, | |||
| const long * | remaining_seconds | |||
| ) |
The change_test_batch_fake function is used to run a batch of tests using the test_command field of the project configuration file. This is because no batch_test_command field has been specified.
| cp | The change being tested. | |
| wlp | The list of test files names to be run. | |
| up | The user to run the tests as. | |
| baseline | true if this is a baseline (negative) test, or false if this is a regular (positive) test. | |
| current | The number of tests completed so far. | |
| total | The total number opf tests to be run. | |
| time_limit | zero if there is no time limit, or non-zero if testing should cease at this time. | |
| remaining_seconds | The number of seconds remaining, indexed by the same value as wlp. |
1.5.5