/**
* This method tests the method public void writeOpenTableFooter ( TableFooterAttributes )
* for the com.volantis.mcs.protocols.VolantisProtocol class.
*/
public void testWriteOpenTableFooter() throws Exception {
final TableFooterAttributes attributes = (TableFooterAttributes)
provideAttributes(TableFooterAttributes.class);
final VolantisProtocol protocol = getProtocol();
MethodInvoker invoker = new MethodInvoker() {