| 678 | } |
| 679 | |
| 680 | static void TestString(const StringImpl& str) |
| 681 | { |
| 682 | BfpFileResult fileResult; |
| 683 | BfpFile_Write(gClientPipe, str.c_str(), str.length(), -1, &fileResult); |
| 684 | BF_ASSERT_REL(fileResult == BfpFileResult_Ok); |
| 685 | } |
| 686 | |
| 687 | static void TestReadCmd(Beefy::String& str) |
| 688 | { |
no test coverage detected