TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.ui
Class TestUI

java.lang.Object
  extended byorg.eclipse.hyades.test.ui.TestUI
All Implemented Interfaces:
org.eclipse.hyades.models.common.util.ICommonConstants
Direct Known Subclasses:
ExtensionsConstants

public class TestUI
extends java.lang.Object
implements org.eclipse.hyades.models.common.util.ICommonConstants

Contains utility methods to work with the Test UI classes and the wide context constants.

Since:
0.0.1

Field Summary
static java.lang.String CSV_FILE_EXTENSION
          Datapool export extension
static java.lang.String EXECUTION_FILTER
           
static java.lang.String HIDE_LAUNCH_VALIDATION_WARNING
          Flag used to display or not warnings encountered during launch validation.
static java.lang.String OPEN_EDITOR
           
static java.lang.String REPORT_FILE_EXTENSION
          File extension for the report resources
static java.lang.String REPORT_OPEN_EDITOR
          Open editor preference store for report resources
 
Fields inherited from interface org.eclipse.hyades.models.common.util.ICommonConstants
ARTIFACT_FILE_EXTENSION, DATAPOOL_FILE_EXTENSION, DEFAULT_ENCODING, DEPLOYMENT_FILE_EXTENSION, EXECUTION_FILE_EXTENSION, LOCATION_FILE_EXTENSION, SUT_EXTENSION, TEST_CASE_EXTENSION, TEST_COMPONENT_EXTENSION, TEST_SUITE_FILE_EXTENSION
 
Constructor Summary
TestUI()
           
 
Method Summary
static org.eclipse.hyades.ui.internal.report.ReportManager getReportManager()
          Returns the report manager for the Test UI plugin.
static java.lang.String[] getSupportedFileExtensions()
          Returns the supported file extension as a sorted string array.
static boolean isSupportedFileExtension(java.lang.String fileExtension)
          Returns true if the file extension is supported or false otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPORT_FILE_EXTENSION

public static final java.lang.String REPORT_FILE_EXTENSION
File extension for the report resources

See Also:
Constant Field Values

REPORT_OPEN_EDITOR

public static final java.lang.String REPORT_OPEN_EDITOR
Open editor preference store for report resources

See Also:
Constant Field Values

OPEN_EDITOR

public static final java.lang.String OPEN_EDITOR
See Also:
Constant Field Values

EXECUTION_FILTER

public static final java.lang.String EXECUTION_FILTER
See Also:
Constant Field Values

CSV_FILE_EXTENSION

public static final java.lang.String CSV_FILE_EXTENSION
Datapool export extension

See Also:
Constant Field Values

HIDE_LAUNCH_VALIDATION_WARNING

public static final java.lang.String HIDE_LAUNCH_VALIDATION_WARNING
Flag used to display or not warnings encountered during launch validation. see Bugzilla #107652

See Also:
Constant Field Values
Constructor Detail

TestUI

public TestUI()
Method Detail

isSupportedFileExtension

public static boolean isSupportedFileExtension(java.lang.String fileExtension)
Returns true if the file extension is supported or false otherwise.

Parameters:
fileExtension -
Returns:
boolean

getSupportedFileExtensions

public static java.lang.String[] getSupportedFileExtensions()
Returns the supported file extension as a sorted string array.

Returns:
String[]

getReportManager

public static org.eclipse.hyades.ui.internal.report.ReportManager getReportManager()
Returns the report manager for the Test UI plugin.

Returns:
ReportManager

TPTP 4.3.0 Testing Tools Project
Public API Specification