MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / START_SECTION

Function START_SECTION

src/tests/class_tests/openms/source/DistanceMatrix_test.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24DistanceMatrix<double>* ptr = nullptr;
25DistanceMatrix<double>* nullPointer = nullptr;
26START_SECTION(DistanceMatrix())
27{
28 ptr = new DistanceMatrix<double>();
29 TEST_NOT_EQUAL(ptr, nullPointer)
30}
31END_SECTION
32
33START_SECTION(~DistanceMatrix())

Callers

nothing calls this directly

Calls 4

ValueClass · 0.85
TEST_EQUALFunction · 0.85
dimensionsizeMethod · 0.80
resizeMethod · 0.45

Tested by

no test coverage detected