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