Cells.java (424494b0) Cells.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

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

22package fvt.gui.sc.cell;
23
24import static org.junit.Assert.*;
25import static testlib.gui.AppTool.*;
26import static testlib.gui.UIMap.*;
27
28import org.junit.After;
29import org.junit.Before;
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

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

22package fvt.gui.sc.cell;
23
24import static org.junit.Assert.*;
25import static testlib.gui.AppTool.*;
26import static testlib.gui.UIMap.*;
27
28import org.junit.After;
29import org.junit.Before;
30import org.junit.Rule;
30import org.junit.Test;
31import org.junit.Test;
32import org.openoffice.test.common.Logger;
31
32import testlib.gui.AppTool;
33import testlib.gui.SCTool;
34
35
36
37public class Cells {
38
33
34import testlib.gui.AppTool;
35import testlib.gui.SCTool;
36
37
38
39public class Cells {
40
39
41 @Rule
42 public Logger log = Logger.getLogger(this);
43
40 @Before
41 public void setUp() throws Exception {
42 app.start();
43 AppTool.newSpreadsheet();
44 }
45
46 @After
47 public void tearDown() throws Exception {

--- 85 unchanged lines hidden ---
44 @Before
45 public void setUp() throws Exception {
46 app.start();
47 AppTool.newSpreadsheet();
48 }
49
50 @After
51 public void tearDown() throws Exception {

--- 85 unchanged lines hidden ---