expected property

Iterable<String> expected
final

A description of all the conditions the subject was expected to satisfy.

Each subject has a label. At the root the label is typically "a

For example:

a List that: has length that: equals <3>

Implementation

final Iterable<String> expected;