Aegis  4.25.D505
Functions
/home/archives/aegis/branch.4/branch.25/delta28933.505/libaegis/change/test/batch.h File Reference
#include <libaegis/change/test/batch_result.h>

Go to the source code of this file.

Functions

batch_result_list_tychange_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)

Function Documentation

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.

Parameters:
cpThe change being tested.
wlpThe list of test files names to be run.
upThe user to run the tests as.
baselinetrue if this is a baseline (negative) test, or false if this is a regular (positive) test.
currentThe number of tests completed so far.
totalThe total number opf tests to be run.
variable_assignmentsvariable assignments passed from the command line
remaining_secondsAn array of seconds remaining, indexed by the same index as wlp.