Skip to content

percentcer/VectorTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VectorTest

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.

About

Learning about vector implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published