@haystacks/async
Version:
A framework to build any number or any kind of native application or automation solution.
222 lines (181 loc) • 10.8 kB
Plain Text
Description: Test plan for integrationTests.js
--------------------------------------------------------------------------------
testName: validateConstants_validData
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated) (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: string (Not used for this command) (Not used for this command)
output: array<boolean,string|integer|boolean|object|array> (An array with a boolean True or False value to indicate if the application should exit or not exit, followed by the command output)
testName: validateConstants_inValidInputDataString
input inputData: string (dfxg24346dfg)
input inputMetaData: string (Not used for this command)
output: ?
testName: validateConstants_inValidInputMetaDataString
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: string (dfxg24346dfg)
output: ?
testName: validateConstants_inValidInputDataInteger
input inputData: integer (123)
input inputMetaData: string (Not used for this command)
output: ?
testName: validateConstants_inValidInputDataBoolean
input inputData: boolean (false)
input inputMetaData: string (Not used for this command)
output: ?
testName: validateConstants_inValidInputMetaDataInteger
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: integer (123)
output: ?
testName: validateConstants_inValidInputMetaDataBoolean
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: boolean (false)
output: ?
testName: validateConstants_inValidInputDataUndefined
input inputData: undefined
input inputMetaData: string (Not used for this command)
output: ?
testName: validateConstants_inValidInputDataNaN
input inputData: NaN
input inputMetaData: string (Not used for this command)
output: ?
testName: validateConstants_inValidInputMetaDataUndefined
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: undefined
output: ?
testName: validateConstants_inValidInputMetaDataNaN
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: NaN
output: ?
--------------------------------------------------------------------------------
testName: validateCommandAliases_validData
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: string (Not used for this command)
output: array<boolean,string|integer|boolean|object|array> (An array with a boolean True or False value to indicate if the application should exit or not exit, followed by the command output)
testName: validateCommandAliases_inValidInputDataString
input inputData: string (dfxg24346dfg)
input inputMetaData: string (Not used for this command)
output: ?
testName: validateCommandAliases_inValidInputMetaDataString
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: string (dfxg24346dfg)
output: ?
testName: validateCommandAliases_inValidInputDataInteger
input inputData: integer (123)
input inputMetaData: string (Not used for this command)
output: ?
testName: validateCommandAliases_inValidInputDataBoolean
input inputData: boolean (false)
input inputMetaData: string (Not used for this command)
output: ?
testName: validateCommandAliases_inValidInputMetaDataInteger
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: integer (123)
output: ?
testName: validateCommandAliases_inValidInputMetaDataBoolean
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: boolean (false)
output: ?
testName: validateCommandAliases_inValidInputDataUndefined
input inputData: undefined
input inputMetaData: string (Not used for this command)
output: ?
testName: validateCommandAliases_inValidInputDataNaN
input inputData: NaN
input inputMetaData: string (Not used for this command)
output: ?
testName: validateCommandAliases_inValidInputMetaDataUndefined
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: undefined
output: ?
testName: validateCommandAliases_inValidInputMetaDataNaN
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: NaN
output: ?
--------------------------------------------------------------------------------
testName: validateWorkflows_validData
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: string (Not used for this command)
output: array<boolean,string|integer|boolean|object|array> (An array with a boolean True or False value to indicate if the application should exit or not exit, followed by the command output)
testName: validateWorkflows_inValidInputDataString
input inputData: string (dfxg24346dfg)
input inputMetaData: string (Not used for this command)
output: ?
testName: validateWorkflows_inValidInputMetaDataString
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: string (dfxg24346dfg)
output: ?
testName: validateWorkflows_inValidInputDataInteger
input inputData: integer (123)
input inputMetaData: string (Not used for this command)
output: ?
testName: validateWorkflows_inValidInputDataBoolean
input inputData: boolean (false)
input inputMetaData: string (Not used for this command)
output: ?
testName: validateWorkflows_inValidInputMetaDataInteger
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: integer (123)
output: ?
testName: validateWorkflows_inValidInputMetaDataBoolean
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: boolean (false)
output: ?
testName: validateWorkflows_inValidInputDataUndefined
input inputData: undefined
input inputMetaData: string (Not used for this command)
output: ?
testName: validateWorkflows_inValidInputDataNaN
input inputData: NaN
input inputMetaData: string (Not used for this command)
output: ?
testName: validateWorkflows_inValidInputMetaDataUndefined
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: undefined
output: ?
testName: validateWorkflows_inValidInputMetaDataNaN
input inputData: array<string> (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: NaN
output: ?
--------------------------------------------------------------------------------
testName: runAllValidations_validData
input inputData: string (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: string (Not used for this command)
output: array<boolean,string|integer|boolean|object|array> (An array with a boolean True or False value to indicate if the application should exit or not exit, followed by the command output)
testName: runAllValidations_inValidInputDataString
input inputData: string (dfxg24346dfg)
input inputMetaData: string (Not used for this command)
output: ?
testName: runAllValidations_inValidInputMetaDataString
input inputData: string (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: string (dfxg24346dfg)
output: ?
testName: runAllValidations_inValidInputDataInteger
input inputData: integer (123)
input inputMetaData: string (Not used for this command)
output: ?
testName: runAllValidations_inValidInputDataBoolean
input inputData: boolean (false)
input inputMetaData: string (Not used for this command)
output: ?
testName: runAllValidations_inValidInputMetaDataInteger
input inputData: string (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: integer (123)
output: ?
testName: runAllValidations_inValidInputMetaDataBoolean
input inputData: string (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: boolean (false)
output: ?
testName: runAllValidations_inValidInputDataUndefined
input inputData: undefined
input inputMetaData: string (Not used for this command)
output: ?
testName: runAllValidations_inValidInputDataNaN
input inputData: NaN
input inputMetaData: string (Not used for this command)
output: ?
testName: runAllValidations_inValidInputMetaDataUndefined
input inputData: string (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: undefined
output: ?
testName: runAllValidations_inValidInputMetaDataNaN
input inputData: string (An array that could possibly include the name of this command, and a list of top-level constants validation data structures to be validated)
input inputMetaData: NaN
output: ?