if( getLogger().isDebugEnabled() )
{
getLogger().debug( "There was an error in the ActiveMonitor test", ce );
}
throw new CascadingAssertionFailedError( "There was an error in the ActiveMonitor test", ce );
}
finally
{
assertTrue( "The monitor selector could not be retrieved.", null != selector );
selector.release( (Component)activeMonitor );