TestFile
TestFile[symbol]⟹filePath
returns the filePath containing the definitions of unit tests for given symbol.
TestFile[symbol]⟹$Failed
returns $Failed if no unitTests have been defined for the given symbol.
TestFile[string]⟹filePath
returns the filePath containing the definitions of unit tests for given string.
TestFile[string]⟹$Failed
returns $Failed if no unitTests have been defined for the given string.
Details
Input
Output