Skip to content

Commit

Permalink
Add new ATX generator settings for TEST-GUIDE 1.87.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoenisch committed Nov 27, 2020
1 parent 7e0d943 commit 9c23c18
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 1 deletion.
Expand Up @@ -47,7 +47,7 @@ public class ETPlugin {
/**
* Defines the TEST-GUIDE version that the provided ATX configuration is based on.
*/
public static final ToolVersion ATX_CONFIG_VERSION = new ToolVersion(1, 84, 2);
public static final ToolVersion ATX_CONFIG_VERSION = new ToolVersion(1, 87, 0);

/**
* Retains backward compatibility for renamed classes.
Expand Down
Expand Up @@ -895,6 +895,58 @@
<INITIAL-LANGUAGE xsi:type="string">de_DE</INITIAL-LANGUAGE>
</DESCRIPTION>
</SETTING>
<SETTING name="detectReviewTags" default="" xsi:type="reportConfigItem">
<DESCRIPTION xsi:type="I18NItem">
<MULTILANGDATA>
<ELEMENT dkey="de_DE">
<DVALUE xsi:type="string">Eine Liste von Tags ermöglicht
automatisiertes Setzen von Tags in Reviews. Es werden die
angegebenen Tags im Kommentartext der Reviews
ermittelt und dem Review als explizite Eigenschaft hinzugefügt.
Die Tags müssen im Kommentar in der Form #Hardware failure#
enthalten sein.
Beispiel: Hardware failure;Connnection lost
</DVALUE>
</ELEMENT>
<ELEMENT dkey="en_US">
<DVALUE xsi:type="string">A list of tags that are automatically
added to reviews. The specified tags are determined in the comment
of the reviews and added to the review as an explicit property.
The tags must be specified in the comment using the pattern
#Hardware failure#.
Example: Hardware failure;Connnection lost
</DVALUE>
</ELEMENT>
</MULTILANGDATA>
<INITIAL-LANGUAGE xsi:type="string">de_DE</INITIAL-LANGUAGE>
</DESCRIPTION>
</SETTING>
<SETTING name="detectReviewDefects" default="" xsi:type="reportConfigItem">
<DESCRIPTION xsi:type="I18NItem">
<MULTILANGDATA>
<ELEMENT dkey="de_DE">
<DVALUE xsi:type="string">Eine Liste von Fehlerklassen ermöglicht
automatisiertes Setzen der Fehlerklasse in Reviews. Es werden die
angegebenen Fehlerklassen im Kommentartext der Reviews
ermittelt und dem Review als explizite Eigenschaft hinzugefügt.
Die Fehlerklasse muss im Kommentar in der Form |Critical|
enthalten sein. Ein Review kann nur eine Fehlerklasse bekommen.
Beispiel: Critical;Cosmetic
</DVALUE>
</ELEMENT>
<ELEMENT dkey="en_US">
<DVALUE xsi:type="string">A list of defect that are automatically
added to reviews. The specified defects are determined in the comment
of the reviews and added to the review as an explicit property.
The defect must be specified in the comment using the pattern
|Critical|. A review can only have one defect class assigned.
Example: Critical;Cosmetic
</DVALUE>
</ELEMENT>
</MULTILANGDATA>
<INITIAL-LANGUAGE xsi:type="string">de_DE</INITIAL-LANGUAGE>
</DESCRIPTION>
</SETTING>
<!-- Spezielle Einstellungen -->
<SETTING name="autoATXGeneratorUpdate" default="True" xsi:type="reportConfigItem">
<DESCRIPTION xsi:type="I18NItem">
Expand Down Expand Up @@ -1111,5 +1163,21 @@
<INITIAL-LANGUAGE xsi:type="string">de_DE</INITIAL-LANGUAGE>
</DESCRIPTION>
</SETTING>
<SETTING name="captureExecutionTime" default="True"
xsi:type="reportConfigItem">
<DESCRIPTION xsi:type="I18NItem">
<MULTILANGDATA>
<ELEMENT dkey="de_DE">
<DVALUE xsi:type="string">True, wenn die Package-Ausführungszeit
erfasst werden soll, sonst False.</DVALUE>
</ELEMENT>
<ELEMENT dkey="en_US">
<DVALUE xsi:type="string">True, if the package execution time should
be captured, otherwise False.</DVALUE>
</ELEMENT>
</MULTILANGDATA>
<INITIAL-LANGUAGE xsi:type="string">de_DE</INITIAL-LANGUAGE>
</DESCRIPTION>
</SETTING>
</SETTINGS>
</REPORT-CONFIG>
Expand Up @@ -195,6 +195,12 @@ installations:
group: REVIEW
name: "reviewUseAbortCodeAsCustomEvaluation"
value: false
- atxTextSetting:
group: REVIEW
name: "detectReviewTags"
- atxTextSetting:
group: REVIEW
name: "detectReviewDefects"
- atxBooleanSetting:
group: SPECIAL
name: "autoATXGeneratorUpdate"
Expand Down Expand Up @@ -241,5 +247,9 @@ installations:
group: SPECIAL
name: "includeResourceAdapterInfo"
value: true
- atxBooleanSetting:
group: SPECIAL
name: "captureExecutionTime"
value: true
name: "TEST-GUIDE"
toolName: "ECU-TEST"
Expand Up @@ -177,6 +177,12 @@ unclassified:
group: REVIEW
name: "reviewUseAbortCodeAsCustomEvaluation"
value: false
- atxTextSetting:
group: REVIEW
name: "detectReviewTags"
- atxTextSetting:
group: REVIEW
name: "detectReviewDefects"
- atxBooleanSetting:
group: SPECIAL
name: "autoATXGeneratorUpdate"
Expand Down Expand Up @@ -219,6 +225,10 @@ unclassified:
group: SPECIAL
name: "includeResourceAdapterInfo"
value: true
- atxBooleanSetting:
group: SPECIAL
name: "captureExecutionTime"
value: true
customSettings:
- atxCustomBooleanSetting:
name: "customOption"
Expand Down

0 comments on commit 9c23c18

Please sign in to comment.