MCPcopy Create free account
hub / github.com/arkhipenko/TaskScheduler / getTestOutput

Function getTestOutput

tests/Arduino.h:76–81  ·  view source on GitHub ↗

Helper function to get specific test output

Source from the content-addressed store, hash-verified

74
75// Helper function to get specific test output
76inline std::string getTestOutput(size_t index) {
77 if (index < test_output.size()) {
78 return test_output[index];
79 }
80 return "";
81}
82
83// Helper function to wait for condition with timeout
84template<typename Condition>

Callers 2

TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68