* tearDown() is called once the fixture object has finished running the table
* To check this has happened, the fixture here throws an exception inside tearDown()
* So we check that that has happened
* The calculation row also throws an exception, and we check that that's also reported, and that tearDown() is still called
!|fitlibrary.spec.SpecifyFixture|
|!-
fitlibrary.specify.CalculateFixtureTearDown |
a | | result |
1 | | 2 |
-!|!-
fitlibrary.specify.CalculateFixtureTearDown |
a | | result |
1 | | 2
|
Error in storytest tear down:
|
-!|