Struct that represents a combination of expressions of which at least one must be true.
Without children, the expression evaluates to false.
Summary
Types
@type t() :: %Spek.AnyOf{children: [Spek.expression()], satisfied?: boolean() | nil}
Struct that represents a combination of expressions of which at least one must be true.
Without children, the expression evaluates to false.
@type t() :: %Spek.AnyOf{children: [Spek.expression()], satisfied?: boolean() | nil}