Header menu logo arc-validate

TestCaseBuilderSp Type

Test case computation expression builder

Constructors

Constructor Description

TestCaseBuilderSp(id)

Full Usage: TestCaseBuilderSp(id)

Parameters:
Returns: TestCaseBuilderSp
id : TestID
Returns: TestCaseBuilderSp

Instance members

Instance member Description

this.Combine

Full Usage: this.Combine

Parameters:
    f1 : 'a
    f2 : unit -> unit

Returns: 'a
f1 : 'a
f2 : unit -> unit
Returns: 'a

this.Delay

Full Usage: this.Delay

Parameters:
    f : 'a

Returns: 'a
f : 'a
Returns: 'a

this.For

Full Usage: this.For

Parameters:
    sequence : 'a seq
    f : 'a -> unit

sequence : 'a seq
f : 'a -> unit

this.Run

Full Usage: this.Run

Parameters:
    f : unit -> unit

Returns: Test
f : unit -> unit
Returns: Test

this.TryFinally

Full Usage: this.TryFinally

Parameters:
    f : unit -> 'a
    compensation : unit -> unit

Returns: 'a
f : unit -> 'a
compensation : unit -> unit
Returns: 'a

this.TryWith

Full Usage: this.TryWith

Parameters:
    f : unit -> 'a
    catchHandler : exn -> 'a

Returns: 'a
f : unit -> 'a
catchHandler : exn -> 'a
Returns: 'a

this.Using

Full Usage: this.Using

Parameters:
    disposable : 'a
    f : 'a -> 'b

Returns: 'b
disposable : 'a
f : 'a -> 'b
Returns: 'b

this.While

Full Usage: this.While

Parameters:
    gd : unit -> bool
    prog : unit -> unit

gd : unit -> bool
prog : unit -> unit

this.Zero

Full Usage: this.Zero

Type something to start searching.