title | weight | permalink | api_namespace |
---|---|---|---|
Expect / Should |
10 |
/api/bdd/ |
BDD |
The BDD styles are expect
and should
. Both use the same chainable language to
construct assertions, but they differ in the way an assertion is initially constructed.
Check out the Style Guide for a comparison.