@Before
public void setUp() throws Exception {
Logger.getRootLogger().setLevel(Level.OFF);
pathBuilder = new PathBuilderDefault("shtml");
context.checking(new Expectations() {
{
allowing(isisConfiguration).getString(HtmlViewerConstants.STYLE_SHEET);
will(returnValue("someStyleSheet.css"));