Dashboard > Pulse v1.2 > ... > pulse Files > ocunit.pp
  Pulse v1.2 Log In | Sign Up   View a printable version of the current page.  
  ocunit.pp
Added by Daniel Ostermeier, last edited by Daniel Ostermeier on May 15, 2007  (view change)
Labels: 
(None)

Pulse Manual Index

OCUnit Post-Processor

The OCUnit post-processor can be used to process the output generated by the OCUnit test framework, adding the test results to the build result.

Attibutes

Attribute Description Required? Default
fail-on-failure If true, the build will be failed if any test failures are detected by this processor. No true
name The name of the post-processor. Yes  
suite If a suite is specified, all tests found by this processor will be added to that suite. No  

Child Elements

None.

Examples

Create and apply a OCUnit post-processor to a your xcodebuild output:

<ocunit.pp name="ocunit"/>

<recipe name="default">
    <command name="build">
        <xcodebuild>
            <process processor="${ocunit}"/>
        </xcodebuild>
    </command>
</recipe>

Zutubi wiki is Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators