#include <libaegis/change/test/batch_result.h>Go to the source code of this file.
Functions | |
| batch_result_list_ty * | change_test_batch (change::pointer cp, string_list_ty *wlp, user_ty::pointer up, bool baseline, int current, int total, const nstring_list &variable_assignments, const long *remaining_seconds) |
| batch_result_list_ty* change_test_batch | ( | change::pointer | cp, | |
| string_list_ty * | wlp, | |||
| user_ty::pointer | up, | |||
| bool | baseline, | |||
| int | current, | |||
| int | total, | |||
| const nstring_list & | variable_assignments, | |||
| const long * | remaining_seconds | |||
| ) |
The change_test_batch function is used to run a batch of tests using the batch_test_command field of the project configuration file.
| 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. | |
| remaining_seconds | An array of seconds remaining, indexed by the same index as wlp. |
1.5.5