<<empty>>

The <<empty...>> function allows you to check whether or not an object collection has any objects or if it is empty. If the collection contains no objects, this function will return true. If the collection contains at least one object this function will return false. This function is only valid when an object collection property is in scope for the step definition in which it is used.

Arguments

<<empty objectCollectionArg>>
objectCollectionArg
This argument is a data tag representing an object collection. This collection must be defined. It is evaluated by the function for members.

Parameters

None