iceoryx icon indicating copy to clipboard operation
iceoryx copied to clipboard

All containers require exclusively `TYPED_TESTS`

Open elfenpiff opened this issue 1 year ago • 1 comments

Brief feature description

Since it is unknown to us which types containers like:

  • optional
  • expected
  • vector
  • list
  • forward_list
  • stack
  • all queues
  • string (here the capacity)

will contain we have to create typed tests so that in an ASIL D system for every instance a full test setup exists. Maybe this expands to all template constructs.

ToDo

Check if the following constructs requires adjusted tests:

  • [ ] optional
  • [ ] expected
  • [ ] vector
  • [ ] list
  • [ ] forward_list
  • [ ] stack
  • [ ] all queues
  • [ ] string (here the capacity)
  • [ ] check if other template constructs require typed tests as well

elfenpiff avatar Sep 29 '22 12:09 elfenpiff