Something I couldn't find in the documentation: Can assertions be used within the setUp() and tearDown() methods of a test suite? How about within global setup and teardown?
I presume, since the scope is outside any test case to tie the failure to, that assertions cannot be used in world setup and teardown or in createSuite() and destroySuite().