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

TestStatus Type

The testing statuses supported Please consider not using a match on this type in code external to the fake repository.

Union cases

Union case Description

Failed(message, details, expectedActual)

Full Usage: Failed(message, details, expectedActual)

Parameters:
    message : string
    details : string
    expectedActual : (string * string) option

message : string
details : string
expectedActual : (string * string) option

Ignored message

Full Usage: Ignored message

Parameters:
    message : string

message : string