MCPcopy Create free account
hub / github.com/ClickHouse/ai-sdk-cpp / AnthropicStreamEdgeCaseTest

Class AnthropicStreamEdgeCaseTest

tests/unit/anthropic_stream_test.cpp:299–299  ·  view source on GitHub ↗

Edge Cases for Streaming

Source from the content-addressed store, hash-verified

297
298// Edge Cases for Streaming
299class AnthropicStreamEdgeCaseTest : public AnthropicTestFixture {};
300
301TEST_F(AnthropicStreamEdgeCaseTest, EmptyStreamResponse) {
302 auto events = AnthropicResponseBuilder::buildStreamingResponse("");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected