} catch (NotConfiguredException e) { }
}
/** Test create(). */
@Test public void testCreate() {
RPCServiceExporter exporter = null;
IXsrfTokenService xsrfTokenService = mock(IXsrfTokenService.class);
SecuredServiceExporterFactory factory = new SecuredServiceExporterFactory();
factory.setEnableXsrfProtection(false);
factory.setXsrfTokenService(xsrfTokenService);