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
|
The attribute value shall be a list of strings. It shall be a list of
|
||||||
header files included via ``#include "..."``.
|
header files included via ``#include "..."``.
|
||||||
|
|
||||||
test-name
|
|
||||||
The attribute value shall be a :ref:`SpecTypeTestName`.
|
|
||||||
|
|
||||||
test-prepare
|
test-prepare
|
||||||
The attribute value shall be an optional string. If the value is present,
|
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
|
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-header: null
|
||||||
test-includes: []
|
test-includes: []
|
||||||
test-local-includes: []
|
test-local-includes: []
|
||||||
test-name: RedGreenData
|
|
||||||
test-prepare: null
|
test-prepare: null
|
||||||
test-setup: null
|
test-setup: null
|
||||||
test-stop: 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
|
The attribute value shall be a list of strings. It shall be a list of
|
||||||
header files included via ``#include "..."``.
|
header files included via ``#include "..."``.
|
||||||
|
|
||||||
name
|
|
||||||
The attribute value shall be a :ref:`SpecTypeTestName`.
|
|
||||||
|
|
||||||
prologue
|
prologue
|
||||||
The attribute value shall be an optional string. If the value is present,
|
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
|
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
|
The attribute value shall be a list of strings. It shall be a list of
|
||||||
header files included via ``#include "..."``.
|
header files included via ``#include "..."``.
|
||||||
|
|
||||||
name
|
|
||||||
The attribute value shall be a :ref:`SpecTypeTestName`.
|
|
||||||
|
|
||||||
target
|
target
|
||||||
The attribute value shall be a string. It shall be the path to the
|
The attribute value shall be a string. It shall be the path to the
|
||||||
generated target test suite source file.
|
generated target test suite source file.
|
||||||
@ -4966,24 +4956,6 @@ This type is used by the following types:
|
|||||||
|
|
||||||
* :ref:`SpecTypeTestCaseAction`
|
* :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:
|
.. _SpecTypeUID:
|
||||||
|
|
||||||
UID
|
UID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user