mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 11:27:10 +08:00
parent
5bd15a0a05
commit
bac4398afc
@ -1700,10 +1700,20 @@ test-brief
|
|||||||
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 brief description.
|
then it shall be the test case brief description.
|
||||||
|
|
||||||
|
test-cleanup
|
||||||
|
The attribute value shall be an optional string. If the value is present,
|
||||||
|
then it shall be the test cleanup code. The code is placed in the test
|
||||||
|
action loop body after the test post-condition check code.
|
||||||
|
|
||||||
test-context
|
test-context
|
||||||
The attribute value shall be a list. Each list element shall be an
|
The attribute value shall be a list. Each list element shall be an
|
||||||
:ref:`SpecTypeActionRequirementTestContextMember`.
|
:ref:`SpecTypeActionRequirementTestContextMember`.
|
||||||
|
|
||||||
|
test-context-support
|
||||||
|
The attribute value shall be an optional string. If the value is present,
|
||||||
|
then it shall be the test context support code. The context support code
|
||||||
|
is placed at file scope before the test context definition.
|
||||||
|
|
||||||
test-description
|
test-description
|
||||||
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 description.
|
then it shall be the test case description.
|
||||||
@ -1722,6 +1732,11 @@ test-local-includes
|
|||||||
test-name
|
test-name
|
||||||
The attribute value shall be a :ref:`SpecTypeTestName`.
|
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
|
||||||
|
the test action loop body before the test pre-condition preparation code.
|
||||||
|
|
||||||
test-setup
|
test-setup
|
||||||
The attribute value shall be an
|
The attribute value shall be an
|
||||||
:ref:`SpecTypeActionRequirementTestFixtureMethod`.
|
:ref:`SpecTypeActionRequirementTestFixtureMethod`.
|
||||||
@ -1825,6 +1840,7 @@ Please have a look at the following example:
|
|||||||
test-action: |
|
test-action: |
|
||||||
/* Call the function of the action */
|
/* Call the function of the action */
|
||||||
test-brief: null
|
test-brief: null
|
||||||
|
test-cleanup: null
|
||||||
test-context:
|
test-context:
|
||||||
- brief: null
|
- brief: null
|
||||||
description: null
|
description: null
|
||||||
@ -1832,11 +1848,13 @@ Please have a look at the following example:
|
|||||||
- brief: null
|
- brief: null
|
||||||
description: null
|
description: null
|
||||||
member: option_type option
|
member: option_type option
|
||||||
|
test-context-support: null
|
||||||
test-description: null
|
test-description: null
|
||||||
test-header: null
|
test-header: null
|
||||||
test-includes: []
|
test-includes: []
|
||||||
test-local-includes: []
|
test-local-includes: []
|
||||||
test-name: RedGreenData
|
test-name: RedGreenData
|
||||||
|
test-prepare: null
|
||||||
test-setup: null
|
test-setup: null
|
||||||
test-stop: null
|
test-stop: null
|
||||||
test-support: null
|
test-support: null
|
||||||
@ -2515,8 +2533,7 @@ Application Configuration Option Constraint Set
|
|||||||
This set of attributes defines application configuration option constraints.
|
This set of attributes defines application configuration option constraints.
|
||||||
Additional constraints can be added through the links of the item using the
|
Additional constraints can be added through the links of the item using the
|
||||||
:ref:`SpecTypeConstraintLinkRole`. None of the explicit attributes is
|
:ref:`SpecTypeConstraintLinkRole`. None of the explicit attributes is
|
||||||
mandatory, they are all are optional. The explicit attributes for this type
|
mandatory, they are all optional. The explicit attributes for this type are:
|
||||||
are:
|
|
||||||
|
|
||||||
max
|
max
|
||||||
The attribute value shall be an :ref:`SpecTypeIntegerOrString`. It shall be
|
The attribute value shall be an :ref:`SpecTypeIntegerOrString`. It shall be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user