| 1501 | } |
| 1502 | |
| 1503 | void validate_newMaxNumReportedSigFigs(int numSigFigs, const char* caller) { |
| 1504 | |
| 1505 | assertThat(numSigFigs >= 1, report::INVALID_NUM_REPORTED_SIG_FIGS, {{"${NUM_SIG_FIGS}", numSigFigs}}, caller); |
| 1506 | } |
| 1507 | |
| 1508 | void validate_newNumReportedNewlines(int numNewlines, const char* caller) { |
| 1509 |
no test coverage detected