classxfant::TestSummary

sys::Obj
  xfant::TestSummary : xfant::XTestResult

Summary of a group of test results.

errors

Int errors()

Total number of tests with errors

failures

Int failures()

Total number of tests that failed

finished

virtual override DateTime finished()

Finish time of the last test

frequency

Type:Int frequency()

Frequency of tests by test type.

make

new make(|This f)

Constructor

results

XTestResult[] results

Tests collected results

skipped

Int skipped()

Number of tests skipped

started

virtual override DateTime started()

Start time of the first test

successes

Int successes()

Total number of tests that succeeded

test

virtual override Xtest test

Test executed

toXml

virtual override XElem toXml()

total

Int total()

Total number of tests