ecl-logo Documentation

TestOptions

TestOptions[symbol]options

returns the options for the group of tests defined with DefineTests[symbol].

TestOptions[symbol]$Failed

returns $Failed if no unitTests have been defined for the given symbol.

TestOptions[string]options

returns the options for the group of tests defined with DefineTests[string].

TestOptions[string]$Failed

returns $Failed if no unitTests have been defined for the given string.

Details

    Input
    Output

Examples

Basic Examples  (4)

Returns the list of Options defined with the tests of the given symbol:

Returns $Failed if there are no tests defined for a given symbol:

Returns the list of Options defined with the tests of the given string:

Returns $Failed if there are no tests defined for a given string:

Applications  (1)

Execute the SetUp expression for a given symbol: