| 8 | namespace |
| 9 | { |
| 10 | static bool resultMessageEquals(Result result, StringSpan expected) |
| 11 | { |
| 12 | return not result and StringSpan::fromNullTerminated(result.message, StringEncoding::Ascii) == expected; |
| 13 | } |
| 14 | } // namespace |
| 15 | |
| 16 | struct HttpRouterTest : public TestCase |
no test coverage detected