You are here: Start » Filter Groups » TestArray

TestArray

Description

Tests whether an array meets a condition.

Filters in this group

Icon Name Description
TestArrayEmpty Tests whether the size of an array equals zero.
TestArrayNotEmpty Tests whether the size of an array does not equal zero.
TestArrayWithNils Tests whether an array contains Nil elements.
TestArrayWithoutNils Tests whether an array does not contain Nil elements.
TestArrayWithNilsOnly Tests whether an array contains no other elements than Nils.