FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Xml Module

Contains types and functions for working with NUnit unit tests result xml.

Functions and values

Function or value Description

AllSucceeded xDocs

Full Usage: AllSucceeded xDocs

Parameters:
    xDocs : seq<'a> - A sequence of XML documents

Returns: bool

Returns whether all tests in the given test result have succeeded

xDocs : seq<'a>

A sequence of XML documents

Returns: bool