| 100 | } |
| 101 | |
| 102 | void JSONPrinter::print_test_header(const TestInfo &info) |
| 103 | { |
| 104 | print_separator(_first_test); |
| 105 | |
| 106 | _first_test_entry = true; |
| 107 | *_stream << R"(")" << info.name << R"(" : {)"; |
| 108 | } |
| 109 | |
| 110 | void JSONPrinter::print_test_footer() |
| 111 | { |
no outgoing calls
no test coverage detected