mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 06:27:21 +08:00
eng: Remove test name attribute
Derive the test name from the item UID. Update #3715.
This commit is contained in:
parent
9633e98d5d
commit
1a4865512e
@ -1745,9 +1745,6 @@ test-local-includes
|
||||
The attribute value shall be a list of strings. It shall be a list of
|
||||
header files included via ``#include "..."``.
|
||||
|
||||
test-name
|
||||
The attribute value shall be a :ref:`SpecTypeTestName`.
|
||||
|
||||
test-prepare
|
||||
The attribute value shall be an optional string. If the value is present,
|
||||
then it shall be the early test preparation code. The code is placed in
|
||||
@ -1869,7 +1866,6 @@ Please have a look at the following example:
|
||||
test-header: null
|
||||
test-includes: []
|
||||
test-local-includes: []
|
||||
test-name: RedGreenData
|
||||
test-prepare: null
|
||||
test-setup: null
|
||||
test-stop: null
|
||||
@ -2077,9 +2073,6 @@ local-includes
|
||||
The attribute value shall be a list of strings. It shall be a list of
|
||||
header files included via ``#include "..."``.
|
||||
|
||||
name
|
||||
The attribute value shall be a :ref:`SpecTypeTestName`.
|
||||
|
||||
prologue
|
||||
The attribute value shall be an optional string. If the value is present,
|
||||
then it shall be the test case prologue code. The prologue code is placed
|
||||
@ -2175,9 +2168,6 @@ local-includes
|
||||
The attribute value shall be a list of strings. It shall be a list of
|
||||
header files included via ``#include "..."``.
|
||||
|
||||
name
|
||||
The attribute value shall be a :ref:`SpecTypeTestName`.
|
||||
|
||||
target
|
||||
The attribute value shall be a string. It shall be the path to the
|
||||
generated target test suite source file.
|
||||
@ -4966,24 +4956,6 @@ This type is used by the following types:
|
||||
|
||||
* :ref:`SpecTypeTestCaseAction`
|
||||
|
||||
.. _SpecTypeTestName:
|
||||
|
||||
Test Name
|
||||
^^^^^^^^^
|
||||
|
||||
The value shall be a string. It shall be the name of a test suite or test case.
|
||||
It shall be formatted in the style of a caption. If shall form a valid C
|
||||
designator after removal of all white space characters. The value shall match
|
||||
with the regular expression "``^[A-Z][a-zA-Z0-9 _]+$``".
|
||||
|
||||
This type is used by the following types:
|
||||
|
||||
* :ref:`SpecTypeActionRequirementItemType`
|
||||
|
||||
* :ref:`SpecTypeTestCaseItemType`
|
||||
|
||||
* :ref:`SpecTypeTestSuiteItemType`
|
||||
|
||||
.. _SpecTypeUID:
|
||||
|
||||
UID
|
||||
|
Loading…
x
Reference in New Issue
Block a user