diff options
author | Marvin Mueller | 2015-09-11 07:10:31 +0000 |
---|---|---|
committer | Marvin Mueller | 2015-09-25 09:51:31 +0000 |
commit | b41d6598c3021ea4e19db22eec64933059ffeb9f (patch) | |
tree | e40bdbff88f98235990c4a0ebb2b77ba38ba1c93 /org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkExistence/content.xml | |
parent | 10bd5aad5c233dd7923404023057359237b02972 (diff) | |
download | org.eclipse.jubula.core-b41d6598c3021ea4e19db22eec64933059ffeb9f.tar.gz org.eclipse.jubula.core-b41d6598c3021ea4e19db22eec64933059ffeb9f.tar.xz org.eclipse.jubula.core-b41d6598c3021ea4e19db22eec64933059ffeb9f.zip |
Sprint task - documentation for check existence of connection JUB-1227
Diffstat (limited to 'org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkExistence/content.xml')
-rw-r--r-- | org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkExistence/content.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkExistence/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkExistence/content.xml index b95d709ed..bc899cc6b 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkExistence/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkExistence/content.xml @@ -80,4 +80,44 @@ </para> </listitem> </itemizedlist> + + <para><emphasis>Check Connection Existence</emphasis></para> + <para> + Use this action to check whether a connection exists. + </para> + <itemizedlist> + <listitem> + <para> + Parameters: + + <itemizedlist> + <listitem> + <para> + <xref linkend="source_text_path" xrefstyle="template:%t"/> + </para> + </listitem> + <listitem> + <para> + <xref linkend="source_operator" xrefstyle="template:%t"/> + </para> + </listitem> + <listitem> + <para> + <xref linkend="target_text_path" xrefstyle="template:%t"/> + </para> + </listitem> + <listitem> + <para> + <xref linkend="target_operator" xrefstyle="template:%t"/> + </para> + </listitem> + <listitem> + <para> + <xref linkend="exists" xrefstyle="template:%t"/> + </para> + </listitem> + </itemizedlist> + </para> + </listitem> + </itemizedlist> </section>
\ No newline at end of file |