Share via


PFRollup Element

The PFRollup element represents a logged summary of pass-fail roll-up information.

Attributes

Attribute Description
Total The total number of test runs.
Passed The number of tests that completed successfully.
Failed The number of tests that failed.
Blocked The number of tests that were blocked and did not complete.
Warned The number of tests that ended with a warning.
Skipped The number of tests to were skipped and did not run.

Example

<PFRollup Total="1" Passed="1" Failed="0" Blocked="0" Warned="0" Skipped="0" 
          CA="39205" LA="3416962">
          
    <RTI ID="1207879918" /> 
         
    <CTX ID="384048256" />
     
</PFRollup>

See Also

Logger XML Schema

Send feedback on this topic
Built on December 10, 2009