Set the total number of tests (for TAP plan line) If not set, plan is output at the end instead
| 665 | /// Set the total number of tests (for TAP plan line) |
| 666 | /// If not set, plan is output at the end instead |
| 667 | void setTotalTests(fl::u32 total) FL_NOEXCEPT { mTotalTests = total; } |
| 668 | |
| 669 | private: |
| 670 | fl::string* mOutput; |