MCPcopy Create free account
hub / github.com/KDE/kdevelop / initTestCase

Function initTestCase

file_templates/testing/cpp_qtestlib/class.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13{% if testCase_initAndCleanup %}
14void {{name}}::initTestCase()
15{
16 // Called before the first testfunction is executed
17}
18
19
20void {{name}}::cleanupTestCase()

Callers 15

class.hFile · 0.70
TestBreakpointModelClass · 0.50
TestProblemStoreClass · 0.50
TestProblemModelClass · 0.50
TestProblemModelSetClass · 0.50

Calls

no outgoing calls

Tested by 2

restartSessionMethod · 0.40