MCPcopy Create free account
hub / github.com/cusplibrary/cusplibrary / VectorUnitTest

Method VectorUnitTest

testing/unittest/testframework.h:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 : public UnitTest
257{
258 VectorUnitTest()
259 : UnitTest((base_class_name(unittest::type_name<TestName< Vector<int, Alloc<int> > > >()) + "<" +
260 base_class_name(unittest::type_name<Vector<int, Alloc<int> > >()) + ">").c_str())
261 { }
262
263 void run()
264 {

Callers

nothing calls this directly

Calls 1

base_class_nameFunction · 0.85

Tested by

no test coverage detected