Test - Report Format

Testing Infrastructure

About

The runners of unit test produce an output with a pre-defined format.

List

Xunit

<?xml version="1.0" encoding="UTF-8"?>
<testsuites disabled="" errors="" failures="" name="" tests="" time="">
    <testsuite disabled="" errors="" failures="" hostname="" id=""
               name="" package="" skipped="" tests="" time="" timestamp="">
        <properties>
            <property name="" value=""/>
        </properties>
        <testcase assertions="" classname="" name="" status="" time="">
            <skipped/>
            <error message="" type=""/>
            <failure message="" type=""/>
            <system-out/>
            <system-err/>
        </testcase>
        <system-out/>
        <system-err/>
    </testsuite>
</testsuites>

Tap

Converter





Discover More
Testing Infrastructure
Test - Test Anything Protocol (TAP) - Unit Test Output Format

TAP, the Test Anything Protocol, is a test output specification. Unit Test Framework that produces TAP output Reporter...



Share this page:
Follow us:
Task Runner