Lines Matching refs:PropertyName

27 import util.PropertyName;
257 put(PropertyName.PIPE_CONNECTION_STRING,PipeConnectionString); in TestParameters()
258 put(PropertyName.USE_PIPE_CONNECTION, Boolean.TRUE); in TestParameters()
260 put(PropertyName.CONNECTION_STRING,ConnectionString); in TestParameters()
261 put(PropertyName.TEST_BASE,TestBase); in TestParameters()
262 put(PropertyName.TEST_DOCUMENT_PATH,TestDocumentPath); in TestParameters()
263 put(PropertyName.LOGGING_IS_ACTIVE,LoggingIsActive?Boolean.TRUE:Boolean.FALSE); in TestParameters()
264 put(PropertyName.DEBUG_IS_ACTIVE,DebugIsActive?Boolean.TRUE:Boolean.FALSE); in TestParameters()
265 put(PropertyName.OUT_PRODUCER,OutProducer); in TestParameters()
266 put(PropertyName.SHORT_WAIT,new Integer(ShortWait)); in TestParameters()
267 put(PropertyName.OFFICE_PROVIDER,OfficeProvider); in TestParameters()
268 put(PropertyName.LOG_WRITER,LogWriter); in TestParameters()
269 put(PropertyName.APP_EXECUTION_COMMAND,AppExecutionCommand); in TestParameters()
270 put(PropertyName.TIME_OUT,TimeOut); in TestParameters()
271 put(PropertyName.THREAD_TIME_OUT,ThreadTimeOut); in TestParameters()
272 put(PropertyName.AUTO_RESTART,AutoRestart?Boolean.TRUE:Boolean.FALSE); in TestParameters()
273 put(PropertyName.OFFICE_CLOSE_TIME_OUT, OfficeCloseTimeOut); in TestParameters()
276 put(PropertyName.OPERATING_SYSTEM, getSOCompatibleOSName()); in TestParameters()
321 operatingSystem = PropertyName.WNTMSCI; in getSOCompatibleOSName()
323 operatingSystem = PropertyName.UNXLNGI; in getSOCompatibleOSName()
326 operatingSystem = PropertyName.UNXSOLI; in getSOCompatibleOSName()
328 operatingSystem = PropertyName.UNXSOLS; in getSOCompatibleOSName()
331 operatingSystem = PropertyName.UNXMACXI; in getSOCompatibleOSName()