protected void setUp() throws Exception { super.setUp(); /** @todo verify the constructors */ _hWPFDocFixture = new HWPFDocFixture(this); _hWPFDocFixture.setUp(); FileInformationBlock fib = _hWPFDocFixture._fib; byte[] mainStream = _hWPFDocFixture._mainStream; byte[] tableStream = _hWPFDocFixture._tableStream; _hWPFDocFixture.setUp(); _styleSheet = new StyleSheet(tableStream, fib.getFcStshf()); }
protected void tearDown() throws Exception { _styleSheet = null; _hWPFDocFixture.tearDown(); _hWPFDocFixture = null; super.tearDown(); }