Kaydet (Commit) 7da4aa5d authored tarafından Liu Zhe's avatar Liu Zhe

#120690 - [testuno]puretext general function test script of word processor via UNO API

Patch by: Du Jing <bjdujing@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>
üst beec6bfe
...@@ -19,12 +19,30 @@ ...@@ -19,12 +19,30 @@
* *
*************************************************************/ *************************************************************/
package testcase.gui.svt.sw; package testcase.gui.svt;
import static org.openoffice.test.common.Testspace.*; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.*; import static org.junit.Assert.assertNotNull;
import static org.openoffice.test.vcl.Tester.*; import static org.junit.Assert.assertTrue;
import static testlib.gui.AppUtil.*; import static org.openoffice.test.common.Testspace.getPath;
import static testlib.gui.UIMap.*; import static org.openoffice.test.common.Testspace.prepareData;
import static org.openoffice.test.vcl.Tester.sleep;
import static org.openoffice.test.vcl.Tester.typeText;
import static testlib.gui.AppUtil.submitOpenDlg;
import static testlib.gui.AppUtil.submitSaveDlg;
import static testlib.gui.AppUtil.typeKeys;
import static testlib.gui.UIMap.AlienFormatDlg;
import static testlib.gui.UIMap.EffectsPage;
import static testlib.gui.UIMap.EffectsPage_Color;
import static testlib.gui.UIMap.PresentationWizard;
import static testlib.gui.UIMap.app;
import static testlib.gui.UIMap.calc;
import static testlib.gui.UIMap.draw;
import static testlib.gui.UIMap.impress;
import static testlib.gui.UIMap.math_EditWindow;
import static testlib.gui.UIMap.math_ElementsWindow;
import static testlib.gui.UIMap.menuItem;
import static testlib.gui.UIMap.startcenter;
import static testlib.gui.UIMap.writer;
import java.awt.Rectangle; import java.awt.Rectangle;
import java.awt.image.BufferedImage; import java.awt.image.BufferedImage;
...@@ -37,7 +55,6 @@ import org.junit.Assert; ...@@ -37,7 +55,6 @@ import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.openoffice.test.OpenOffice;
import org.openoffice.test.common.Condition; import org.openoffice.test.common.Condition;
import org.openoffice.test.common.FileUtil; import org.openoffice.test.common.FileUtil;
import org.openoffice.test.common.GraphicsUtil; import org.openoffice.test.common.GraphicsUtil;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment