(FraglinkAttributes) ProtocolIntegrationTestHelper.
provideAttributes(FraglinkAttributes.class);
final VolantisProtocol protocol = getProtocol();
MethodInvoker invoker = new MethodInvoker() {
public void invoke() throws Exception {
protocol.writeFragmentLink(attributes);
}
};
String expecting = getExpectedWriteFragmentLinkResult();