Applies toTTestResult
DeclarationFunction ErrorCount: integer; Implementation
function TTestResult.ErrorCount: integer; begin assert(assigned(fErrors)); result := fErrors.count; End;