- callthe call that was tested as an unevaluated call,
    but keep in mind that if you intend to evaluate this for a reference
    item the environment may not be the same so you could get different
    results (- lswill provide more details)
 
- valuethe value that results from evaluating the test, note
    this is equivalent to using- .newor- .ref; note that the
    value is displayed using- descwhen viewing all of- .NEWor- .REF
 
- outputthe screen output (i.e. anything produced by cat/print,
    or any visible evaluation output) as a character vector
 
- messageanything that was output to- stderr, mostly
    this is all contained in the conditions as well, though there could be
    other output here, as a character vector
 
- conditionsa- conditionListcontaining all
    the conditions produced during test evaluation
 
- abortedwhether the test call issues a restart call to the
    `abort` restart, as `stop` does.