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

Function START_SECTION

src/tests/class_tests/openms/source/Adduct_test.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23Adduct* ptr = nullptr;
24Adduct* nullPointer = nullptr;
25START_SECTION(Adduct())
26{
27 ptr = new Adduct();
28 TEST_NOT_EQUAL(ptr, nullPointer)
29}
30END_SECTION
31
32START_SECTION(~Adduct())

Callers 1

Adduct_test.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected