| 360 | } |
| 361 | |
| 362 | std::string getBlinkTestOutput(size_t index) { |
| 363 | if (index < blink_test_output.size()) { |
| 364 | return blink_test_output[index]; |
| 365 | } |
| 366 | return ""; |
| 367 | } |
| 368 | |
| 369 | // Test condition functions to replace lambda functions |
| 370 | bool condition_output_count_1() { |