{
"type": "NORMAL",
"description": [],
"given": {
"description": [
"This test should always be executed."
],
"stdin": [],
"shell": {
"name": "bash",
"options": [
"-eu",
"-E"
]
},
"source": [],
"environmentVariables": {
"COMMANDUNIT_DEPENDENCIES_ROOT": "/home/hiroshi/Documents/github/commandunit/out/main/scripts/dependencies"
},
"cmd": ":",
"args": []
},
"when": {
"description": [
"Run 'array_contains' with the first argument contained by the rest."
],
"stdin": [],
"shell": {
"name": "bash",
"options": [
"-eu",
"-E"
]
},
"source": [
"${COMMANDUNIT_DEPENDENCIES_ROOT}/bud/lib/arrays.rc"
],
"environmentVariables": {
"COMMANDUNIT_DEPENDENCIES_ROOT": "/home/hiroshi/Documents/github/commandunit/out/main/scripts/dependencies"
},
"cmd": "array_contains",
"args": [
"hello",
"hello",
"world"
]
},
"then": {
"description": [],
"exitCode": [
"EQUAL",
0
],
"stdout": {
"present": [],
"absent": [
"REGEX:.+"
]
},
"stderr": {
"present": [],
"absent": [
"REGEX:.+"
]
}
}
}