description: Test plan for pathArrayParsing.js -------------------------------------------------------------------------------- testName: doesArrayContainFilename_validDataString input inputData: array (The array of file names that should be checked for the input file name we are looking for) input inputMetaData: string (The file name we are looking for in the input array) output: boolean testName: doesArrayContainFilename_inValidDataInputDataString input inputData: string (dfxg24346dfg) input inputMetaData: string (The file name we are looking for in the input array) (testDataString) output: ? testName: doesArrayContainFilename_inValidDataInputMetaDataString input inputData: array (The array of file names that should be checked for the input file name we are looking for) (testDataString) input inputMetaData: string (dfxg24346dfg) output: ? testName: doesArrayContainFilename_inValidInputDataInteger input inputData: integer (4567) input inputMetaData: array ([1,2,3,4,5]) output: ? testName: doesArrayContainFilename_inValidInputDataBoolean input inputData: boolean (false) input inputMetaData: array ([1,2,3,4,5]) output: ? testName: doesArrayContainFilename_inValidInputMetaDataInteger input inputData: array ([1,2,3,4,5]) input inputMetaData: integer (4567) output: ? testName: doesArrayContainFilename_inValidInputMetaDataBoolean input inputData: array ([1,2,3,4,5]) input inputMetaData: boolean (false) output: ? testName: doesArrayContainFilename_inValidInputDataUndefined input inputData: undefined input inputMetaData: string (The file name we are looking for in the input array) (inValidDataToStoreUndefined) output: ? testName: doesArrayContainFilename_inValidInputDataNaN input inputData: NaN input inputMetaData: string (The file name we are looking for in the input array) (inValidDataToStoreNaN) output: ? --------------------------------------------------------------------------------getFileAndPathListForPath testName: getFileAndPathListForPath_validDataString input inputData: string (C:/../.. | NOTE: Get a path with a known number of files and folders.) input inputMetaData: integer (Optional file limit, ignored if the configuration flag is not set to true, if nothing is passed the configuration setting will be used) output: array (The array that contains the full path and file name for every file found under the specified path) testName: getFileAndPathListForPath_inValidDataInputDataString input inputData: string (dfxg24346dfg) input inputMetaData: integer (Optional file limit, ignored if the configuration flag is not set to true, if nothing is passed the configuration setting will be used) (testDataString) output: ? testName: getFileAndPathListForPath_inValidDataInputMetaDataString input inputData: string (C:/../.. | NOTE: Get a path with a known number of files and folders.) (testDataString) input inputMetaData: string (dfxg24346dfg) output: ? testName: getFileAndPathListForPath_inValidInputDataInteger input inputData: integer (4567) input inputMetaData: array ([1,2,3,4,5]) output: ? status: Failed error: TypeError: The "path" argument must be of type string. Received type number (123) testName: getFileAndPathListForPath_inValidInputDataBoolean input inputData: boolean (false) input inputMetaData: array ([1,2,3,4,5]) output: ? testName: getFileAndPathListForPath_inValidInputMetaDataInteger input inputData: array ([1,2,3,4,5]) input inputMetaData: integer (4567) output: ? status: Failed error: TypeError: The "path" argument must be of type string. Received an instance of Array testName: getFileAndPathListForPath_inValidInputMetaDataBoolean input inputData: array ([1,2,3,4,5]) input inputMetaData: boolean (false) output: ? status: Failed error: TypeError: The "path" argument must be of type string. Received an instance of Array testName: getFileAndPathListForPath_inValidInputDataUndefined input inputData: undefined input inputMetaData: integer (Optional file limit, ignored if the configuration flag is not set to true, if nothing is passed the configuration setting will be used) (inValidDataToStoreUndefined) output: ? testName: getFileAndPathListForPath_inValidInputDataNaN input inputData: NaN input inputMetaData: integer (Optional file limit, ignored if the configuration flag is not set to true, if nothing is passed the configuration setting will be used) (inValidDataToStoreNaN) output: ? testName: getFileAndPathListForPath_inValidInputMetaDataUndefined input inputData: string (C:/../.. | NOTE: Get a path with a known number of files and folders.) (inValidDataToStoreUndefined) input inputMetaData: undefined output: ? testName: getFileAndPathListForPath_inValidInputMetaDataNaN input inputData: string (C:/../.. | NOTE: Get a path with a known number of files and folders.) (inValidDataToStoreNaN) input inputMetaData: NaN output: ?