When the setStopOnError(true) is called it causes everything in the test to
be skipped when an exception is encountered which is very useful. However it also skips the tearDown which is not very useful, because even when the test is abandoned the teardown can be needed to do useful cleanup (closing a database connection, or shutting down a browser window for selenium tests). Is there anyway...
2009-03-27 10:07:39 UTC in FitLibrary