You are here: Start » Filter Groups » TestArray

TestArray

Description

Tests whether an array meets a condition.

Filters in this group

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