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

Function getTestOutputCount

tests/Arduino.h:71–73  ·  view source on GitHub ↗

Helper function to get test output count

Source from the content-addressed store, hash-verified

69
70// Helper function to get test output count
71inline size_t getTestOutputCount() {
72 return test_output.size();
73}
74
75// Helper function to get specific test output
76inline std::string getTestOutput(size_t index) {

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