Closed DipStax closed 4 months ago
During test, the content of the memory is not checked (mainly on Vector). This can create undefine behavior, when a certain one is expected.
Vector
Create a small set of function to analyse easly the memory and use it during test to cover all the possible memory case.
When:
During test, the content of the memory is not checked (mainly on
Vector
). This can create undefine behavior, when a certain one is expected.What:
Create a small set of function to analyse easly the memory and use it during test to cover all the possible memory case.