MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SetTestName

Method SetTestName

src/test/txrequest_tests.cpp:90–93  ·  view source on GitHub ↗

Set a name for the current test, to give more clear error messages. */

Source from the content-addressed store, hash-verified

88
89 /** Set a name for the current test, to give more clear error messages. */
90 void SetTestName(std::string testname)
91 {
92 m_testname = std::move(testname);
93 }
94
95 /** Advance this Scenario's time; this affects the timestamps newly scheduled events get. */
96 void AdvanceTime(std::chrono::microseconds amount)

Callers 5

BuildSingleTestMethod · 0.80
BuildPriorityTestMethod · 0.80
BuildBigPriorityTestMethod · 0.80
BuildRequestOrderTestMethod · 0.80
BuildWtxidTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected