TableFontEffectsProperty.java (c37bcbf4) TableFontEffectsProperty.java (fd348426)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 19 unchanged lines hidden (view full) ---

28import org.junit.Before;
29import org.junit.Rule;
30import org.junit.Test;
31import org.openoffice.test.common.Logger;
32
33import testlib.gui.AppTool;
34
35public class TableFontEffectsProperty {
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 19 unchanged lines hidden (view full) ---

28import org.junit.Before;
29import org.junit.Rule;
30import org.junit.Test;
31import org.openoffice.test.common.Logger;
32
33import testlib.gui.AppTool;
34
35public class TableFontEffectsProperty {
36
37 @Rule
38 public Logger log = Logger.getLogger(this);
36
37 @Before
38 public void setUp() throws Exception {
39 app.start();
40 }
41
42 @After
43 public void tearDown() throws Exception {

--- 66 unchanged lines hidden ---
39
40 @Before
41 public void setUp() throws Exception {
42 app.start();
43 }
44
45 @After
46 public void tearDown() throws Exception {

--- 66 unchanged lines hidden ---