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

Class AnthropicStreamErrorTest

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

Stream Error Handling Tests

Source from the content-addressed store, hash-verified

186
187// Stream Error Handling Tests
188class AnthropicStreamErrorTest : public AnthropicTestFixture {};
189
190TEST_F(AnthropicStreamErrorTest, HandleStreamConnectionError) {
191 ControllableAnthropicClient client(kTestAnthropicApiKey);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected