Stream Error Handling Tests
| 186 | |
| 187 | // Stream Error Handling Tests |
| 188 | class AnthropicStreamErrorTest : public AnthropicTestFixture {}; |
| 189 | |
| 190 | TEST_F(AnthropicStreamErrorTest, HandleStreamConnectionError) { |
| 191 | ControllableAnthropicClient client(kTestAnthropicApiKey); |
nothing calls this directly
no outgoing calls
no test coverage detected