RunValidQTest
RunValidQTest[items,lookupFunctions]⟹bools
returns True/False for each of items based on excuting the tests for that item given by lookupFunctions.
RunValidQTest[item,lookupFunctions]⟹bool
returns True/False based on excuting the tests for given item given by lookupFunctions.
Examples
Basic Examples (2)
Options (9)
Association (1)
OutputFormat (3)
Returns EmeraldTestSummary objects instead of booleans if OutputFormat->TestSummary:
Returns a list booleans (one for each input) instead of single boolean if OutputFormat->BooleanList:
Returns a list booleans (one for each input) instead of single boolean if OutputFormat->Boolean & Association -> True:


