public void setUp() throws Exception {
org.apache.log4j.Logger.getRootLogger().setLevel(org.apache.log4j.Level.OFF);
context.ignoring(mockTemplateImageLoader, mockSpecificationLoader, mockPersistenceSessionFactory, mockUserProfileLoader, mockAuthenticationManager, mockAuthorizationManager, mockContainer);
final IsisSessionFactoryDefault sessionFactory = new IsisSessionFactoryDefault(DeploymentType.EXPLORATION, new IsisConfigurationDefault(), mockSpecificationLoader, mockTemplateImageLoader, mockAuthenticationManager, mockAuthorizationManager, mockUserProfileLoader,
mockPersistenceSessionFactory, mockContainer, Collections.emptyList(), new OidMarshaller());
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");