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