ignoring(mockAuthenticationManager);
ignoring(mockAuthorizationManager);
}
});
final IsisSessionFactoryDefault sessionFactory =
new IsisSessionFactoryDefault(DeploymentType.EXPLORATION, new IsisConfigurationDefault(),
mockTemplateImageLoader, mockSpecificationLoader, mockAuthenticationManager, mockAuthorizationManager,
mockUserProfileLoader, mockPersistenceSessionFactory, servicesList);
IsisContextStatic.createRelaxedInstance(sessionFactory);
sessionFactory.init();
final TextBlockTarget target = new TextBlockTargetExample();
content = new TextContent(target, 4, TextContent.WRAPPING);
content.setText("Line one\nLine two\nLine three\nLine four that is long enough that it wraps");