Learning about vector implementations
c:\Users\Spencer\OneDrive\Projects\VectorTest\Debug>.\VectorTest.exe
Running main() from gtest_main.cc
[==========] Running 6 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 6 tests from MyVecTest
[ RUN ] MyVecTest.Init
[ OK ] MyVecTest.Init (0 ms)
[ RUN ] MyVecTest.Append
[ OK ] MyVecTest.Append (13 ms)
[ RUN ] MyVecTest.Clear
[ OK ] MyVecTest.Clear (0 ms)
[ RUN ] MyVecTest.Grow
[ OK ] MyVecTest.Grow (0 ms)
[ RUN ] MyVecTest.Alignment
[ OK ] MyVecTest.Alignment (0 ms)
[ RUN ] MyVecTest.CopyConstructionAndDestruction
[ OK ] MyVecTest.CopyConstructionAndDestruction (0 ms)
[----------] 6 tests from MyVecTest (15 ms total)
[----------] Global test environment tear-down
[==========] 6 tests from 1 test case ran. (16 ms total)
[ PASSED ] 6 tests.