MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetTestName

Method SetTestName

src/test/txrequest_tests.cpp:75–78  ·  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

73
74 /** Set a name for the current test, to give more clear error messages. */
75 void SetTestName(std::string testname)
76 {
77 m_testname = std::move(testname);
78 }
79
80 /** Advance this Scenario's time; this affects the timestamps newly scheduled events get. */
81 void AdvanceTime(std::chrono::microseconds amount)

Callers 5

BuildSingleTestFunction · 0.80
BuildPriorityTestFunction · 0.80
BuildBigPriorityTestFunction · 0.80
BuildRequestOrderTestFunction · 0.80
BuildWtxidTestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected