* for the com.volantis.mcs.protocols.VolantisProtocol class.
*
* NOTE: Close method removed.
*/
public void testWriteOpenElement() throws Exception {
final CustomMarkupAttributes attributes =
(CustomMarkupAttributes) ProtocolIntegrationTestHelper.
provideAttributes(CustomMarkupAttributes.class);
Map map = new HashMap();
map.put("key", "value");
attributes.setAttributes(map);
final VolantisProtocol protocol = getProtocol();
MethodInvoker invoker = new MethodInvoker() {
public void invoke() throws Exception {