ARCExpect Module
Functions and values
Function or value | Description |
Full Usage:
either arcExpect1 arcExpect2
Parameters:
unit -> 'a
-
arcExpect2 : unit -> 'a
-
Returns: 'a
|
Passes if one of the given actions passes, and fails if both fail.
|
Full Usage:
validationCase id
Parameters:
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.
|