public final void testSupported(){
IThrowableToElement throwableToElement
= getThrowableToElementInstance();
Throwable supportedThrowable = supportedThrowable();
if (supportedThrowable != null)
assertTrue(throwableToElement.supports(supportedThrowable.getClass()));
}
/**
* Return an instance of the IThrowableToElement specifically to be tested