Edge Cases for Streaming
| 297 | |
| 298 | // Edge Cases for Streaming |
| 299 | class AnthropicStreamEdgeCaseTest : public AnthropicTestFixture {}; |
| 300 | |
| 301 | TEST_F(AnthropicStreamEdgeCaseTest, EmptyStreamResponse) { |
| 302 | auto events = AnthropicResponseBuilder::buildStreamingResponse(""); |
nothing calls this directly
no outgoing calls
no test coverage detected