Represents a generated 'and' chain ready to be passed to expect().
expect()
The args array is structured as [subject, phrase1, 'and', phrase2, ...].
[subject, phrase1, 'and', phrase2, ...]
The args to pass to expect().
Number of assertions in the chain.
The generated subject value.
Represents a generated 'and' chain ready to be passed to
expect().The args array is structured as
[subject, phrase1, 'and', phrase2, ...].