MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / initialize

Method initialize

tests/cppunit/cpptest-output.h:66–69  ·  view source on GitHub ↗

Called when testing is started. \param tests Total number of tests in all suites.

Source from the content-addressed store, hash-verified

64 /// \param tests Total number of tests in all suites.
65 ///
66 virtual void initialize(int tests)
67 {
68 CPPTEST_UNUSED(tests);
69 }
70
71 /// Called when testing is finished.
72 ///

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected