2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
21 * This interfaces describes some key names which are used in <CODE>lib.TestParameters</CODE>.
24 public interface PropertyName
{
26 * parameter name: "AppExecutionCommand"
28 final public static String APP_EXECUTION_COMMAND
= "AppExecutionCommand";
30 * parameter name: "AppKillCommand"
32 final public static String APP_KILL_COMMAND
= "AppKillCommand";
34 * parameter name: "ConnectionString"
36 final public static String CONNECTION_STRING
= "ConnectionString";
37 final public static String PIPE_CONNECTION_STRING
= "PipeConnectionString";
38 final public static String USE_PIPE_CONNECTION
= "UsePipeConnection";
41 * parameter name: "TestBase"
43 final public static String TEST_BASE
= "TestBase";
45 * parameter name: "TestDocumentPath"
47 final public static String TEST_DOCUMENT_PATH
= "TestDocumentPath";
49 * parameter name: "LoggingIsActive"
51 final public static String LOGGING_IS_ACTIVE
= "LoggingIsActive";
53 * parameter name: "DebugIsActive"
55 final public static String DEBUG_IS_ACTIVE
= "DebugIsActive";
57 * parameter name: "OutProduceer"
59 final public static String OUT_PRODUCER
= "OutProducer";
61 * parameter name: "ShortWait"
63 final public static String SHORT_WAIT
= "ShortWait";
65 * internal only, no parameter
67 final public static String OFFICE_PROVIDER
= "OfficeProvider";
69 * internal only, no parameter
71 final public static String OFFICE_WATCHER
= "Watcher";
73 * internal only, no parameter
75 final public static String LOG_WRITER
= "LogWriter";
77 * parameter name: "TimeOut"<p>
78 * time out given in milli seconds
80 final public static String TIME_OUT
= "TimeOut";
82 * parameter name: "ThreadTimeOut"
84 final public static String THREAD_TIME_OUT
= "ThreadTimeOut";
86 * parameter name: "OfficeCloseTimeOut"
88 final public static String OFFICE_CLOSE_TIME_OUT
= "OfficeCloseTimeOut";
90 * parameter name: "OperatingSystem"
92 final public static String OPERATING_SYSTEM
= "OperatingSystem";
94 * parameter name: "AutoRestart"
96 final public static String AUTO_RESTART
= "AutoRestart";
98 * parameter name: "NewOfficeInstance"
100 final public static String NEW_OFFICE_INSTANCE
= "NewOfficeInstance";
102 * parameter name: "KeepDocument"
104 final public static String KEEP_DOCUMENT
= "KeepDocument";
106 * parameter name: "SRC_ROOT"<p>
107 * path to the source root of OpenOffice.org
109 final public static String SRC_ROOT
= "SRC_ROOT";
111 * parameter name: "Version"<p>
112 * the name of the version to test
114 final public static String VERSION
= "Version";
117 * parameter name "Shell"<p>
119 * This shell is used to run some commands outside of Java
120 * example: /bin/tcsh c:\\myShell\\myShell.exe
122 final public static String SHELL
= "Shell";
124 * parameter name "Cygwin"<p>
125 * If Cygwin is set to TRUE it indicates if the runner runs in a Cygwin
128 final public static String CYGWIN
= "Cygwin";
130 * parameter name: "NoCwsAttach"<p>
131 * If this parameter is set to "true" , a status of CWS-UnoAPI-Tests was not attached to EIS<p>
132 * @see complex.unoapi.CheckModuleAPI
134 final public static String NO_CWS_ATTACH
= "NoCwsAttach";
136 * internal only, no parameter
138 final public static String WNTMSCI
= "wntmsci";
140 * internal only, no parameter
142 final public static String UNXLNGI
= "unxlngi";
144 * internal only, no parameter
146 final public static String UNXSOLS
= "unxsols";
148 * internal only, no parameter
150 final public static String UNXSOLI
= "unxsoli";
152 * internal only, no parameter
154 final public static String UNXMACXI
= "unxmacxi";
157 * can be used to dont backup the user layer, faster office start/stop but less secure default is to backup the user layer
159 final public static String DONT_BACKUP_USERLAYER
= "DontBackupUserLayer";