Header menu logo arc-validate

ARCExpect Module

Functions and values

Function or value Description

either arcExpect1 arcExpect2

Full Usage: either arcExpect1 arcExpect2

Parameters:
    arcExpect1 : unit -> 'a -
    arcExpect2 : unit -> 'a -

Returns: 'a

Passes if one of the given actions passes, and fails if both fail.

arcExpect1 : unit -> 'a

arcExpect2 : unit -> 'a

Returns: 'a

validationCase id

Full Usage: validationCase id

Parameters:
    id : TestID - id of the test. can either be a guid or a string. Must be unique in the given context.

Returns: TestCaseBuilderSp

Computation expression for creating ARC validation cases.

id : TestID

id of the test. can either be a guid or a string. Must be unique in the given context.

Returns: TestCaseBuilderSp

Type something to start searching.