Addded Romeo that generates some doc. WIP.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Juliet\src\UnitTest\Container\VectorUnitTest
|
||||
|
||||
## Source Files
|
||||
- Source: `Juliet\src\UnitTest\Container\VectorUnitTest.cpp`
|
||||
|
||||
## AI Description
|
||||
This C++ header serves as an unconditionally disabled test suite for the Vector class. The source file contains unit tests verifying container state, operations like `PushBack` and removal via swap (`RemoveAtFast`), memory reallocation logic with external arenas, move semantics support, resizing behavior, iteration correctness, and volume performance checks using assertions on size, iterators, element values, and pointer nullification states under various configurations.
|
||||
|
||||
## Symbols
|
||||
|
||||
*No symbols detected.*
|
||||
Reference in New Issue
Block a user