Spek.AllOf (Spek v0.2.0)

Copy Markdown View Source

Struct that represents a combination of expressions that all must be true.

An And without children evaluates to true.

Summary

Types

t()

@type t() :: %Spek.AllOf{children: [Spek.expression()], satisfied?: boolean() | nil}