@Test
public void testRenderInitializationSetsOperationHandler() throws IOException {
String id = getId( composite );
lca.renderInitialization( composite );
OperationHandler handler = RemoteObjectRegistry.getInstance().get( id ).getHandler();
assertTrue( handler instanceof RefreshCompositeOperationHandler );
}