ignoring(mockAuthenticationManager);
ignoring(mockAuthorizationManager);
}
});
final IsisSessionFactory sessionFactory =
new IsisSessionFactoryDefault(DeploymentType.EXPLORATION, new IsisConfigurationDefault(),
mockTemplateImageLoader, mockSpecificationLoader, mockAuthenticationManager, mockAuthorizationManager,
mockUserProfileLoader, mockPersistenceSessionFactory, servicesList);
sessionFactory.init();
IsisContextStatic.createRelaxedInstance(sessionFactory);
final TextBlockTarget target = new TextBlockTargetExample();
content = new TextContent(target, 4, TextContent.WRAPPING);