All same as expected tester
[data/array/All same as expected tester]
Tests whether all elements of an array are the same as the expected value. Example:
array
recieved [1,1]@0expected
recieved 1]@0true@0 sent via
same
Keywords: match
Input ports
array:
any
Receives array to be tested. Example: [1,2,3]
expected:
any
Receives the expected value that all elements of the array will be tested against. Example: 1
Output ports
same:
boolean
Sends whether all elements of the
array
are the same as theexpected
value. Example: true
Last updated