when test is⇓
| story test fixture |
| check | test result |
| bool fixture |
| property |
property? |
property? |
property? |
property? |
property? |
property? |
| true |
true |
True |
Y |
y |
Yes |
yes |
| true |
false |
False |
N |
n |
No |
no |
| false |
false |
False |
N |
n |
No |
no |
| false |
true |
True |
Y |
y |
Yes |
yes |
|
| bool fixture |
| property |
property? |
property? |
property? |
property? |
property? |
property? |
| true |
true |
True |
Y |
y |
Yes |
yes |
| true |
false expected True actual |
False expected True actual |
N expected True actual |
n expected True actual |
No expected True actual |
no expected True actual |
| false |
false |
False |
N |
n |
No |
no |
| false |
true expected False actual |
True expected False actual |
Y expected False actual |
y expected False actual |
Yes expected False actual |
yes expected False actual |
|
|
| bool fixture |
| property |
property? |
property? |
property? |
property? |
property? |
property? |
| true |
true |
True |
Y |
y |
Yes |
yes |
| true |
false |
False |
N |
n |
No |
no |
| false |
false |
False |
N |
n |
No |
no |
| false |
true |
True |
Y |
y |
Yes |
yes |
|
then result is |
| bool fixture |
| property |
property? |
property? |
property? |
property? |
property? |
property? |
| true |
true |
True |
Y |
y |
Yes |
yes |
| true |
false expected True actual |
False expected True actual |
N expected True actual |
n expected True actual |
No expected True actual |
no expected True actual |
| false |
false |
False |
N |
n |
No |
no |
| false |
true expected False actual |
True expected False actual |
Y expected False actual |
y expected False actual |
Yes expected False actual |
yes expected False actual |
|