Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,15 @@
Verification Templates
======================

The sections below are seen as typical ways when writing tests and their specification.
Their usage differs based on the selected testing framework and the implementation language of the module(s).
.. gd_temp:: Verification Specification Template
:id: gd_temp__verification_specification
:status: valid
:complies: std_req__iso26262__software_942, std_req__iso26262__software_943,
std_req__iso26262__software_1042, std_req__iso26262__software_1043, std_req__iso26262__software_1044,
std_req__iso26262__support_9421, std_req__iso26262__support_9422

The sections below are seen as typical ways when writing tests and their specification.
Their usage differs based on the selected testing framework and the implementation language of the module(s).

C++
---
Expand Down
Loading