MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / VectorTest

Method VectorTest

Tests/Libraries/Containers/VectorTest.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164};
165
166SC::VectorTest::VectorTest(SC::TestReport& report) : TestCase(report, "VectorTest")
167{
168 basicTests();
169 testBasicType();
170 testClassType();
171}
172
173void SC::VectorTest::basicTests()
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected