I suppose this is a bug - this tidy method should be executed no matter if the test succeeds or fails. Actually tearDown works if the test fails on assertion, but not on error/exception.
//Edit: it works on exception, but not on any runtime error.
Please confirm it is a bug, I can fix and pullrequest it.
I suppose this is a bug - this tidy method should be executed no matter if the test succeeds or fails. Actually tearDown works if the test fails on assertion, but not on error/exception.
//Edit: it works on exception, but not on any runtime error.
Please confirm it is a bug, I can fix and pullrequest it.